mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
update linphone & adapt api call
This commit is contained in:
parent
da19ca9129
commit
2540402626
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 29f9de93a30c6f7278ae4c0356fa7a4303832c2c
|
||||
Subproject commit f75c58bbef21318b8427fb7337c714b8badd7b88
|
||||
Loading…
Add table
Reference in a new issue