From 254040262672c1a2d6b388c4f9103a38b9748194 Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Mon, 9 Apr 2018 17:22:08 +0200 Subject: [PATCH] update linphone & adapt api call --- Classes/PhoneMainView.m | 2 +- submodules/linphone | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/PhoneMainView.m b/Classes/PhoneMainView.m index 10d4d0bd3..b1c789c4a 100644 --- a/Classes/PhoneMainView.m +++ b/Classes/PhoneMainView.m @@ -901,7 +901,7 @@ static RootViewManager *rootViewManagerInstance = nil; _waitView = waitView; _waitView.hidden = NO; - LinphoneChatRoom *room = linphone_core_create_client_group_chat_room(LC, subject ?: LINPHONE_DUMMY_SUBJECT); + LinphoneChatRoom *room = linphone_core_create_client_group_chat_room(LC, subject ?: LINPHONE_DUMMY_SUBJECT, bctbx_list_size(addresses) == 1); if (!room) { _waitView.hidden = YES; return; diff --git a/submodules/linphone b/submodules/linphone index 29f9de93a..f75c58bbe 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit 29f9de93a30c6f7278ae4c0356fa7a4303832c2c +Subproject commit f75c58bbef21318b8427fb7337c714b8badd7b88