From c2b6d44e29cd7510a9d56e15319fe23c20b4fe7a Mon Sep 17 00:00:00 2001 From: Danmei Chen Date: Mon, 2 Dec 2019 17:14:09 +0100 Subject: [PATCH] =?UTF-8?q?fix=20'Passage=20conf=C3=A9r=C3=A9nce=20en=20ca?= =?UTF-8?q?ll=201-1=20puis=20pause=20iOS=20bug'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Classes/ProviderDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/ProviderDelegate.m b/Classes/ProviderDelegate.m index 41d5283ef..bd417f6e4 100644 --- a/Classes/ProviderDelegate.m +++ b/Classes/ProviderDelegate.m @@ -222,7 +222,7 @@ LinphoneManager.instance.speakerBeforePause = LinphoneManager.instance.speakerEnabled; linphone_call_pause((LinphoneCall *)call); } else { - if (linphone_core_get_conference(LC)) { + if (linphone_core_get_conference(LC) && linphone_core_get_calls_nb(LC) > 1) { linphone_core_enter_conference(LC); [NSNotificationCenter.defaultCenter postNotificationName:kLinphoneCallUpdate object:self]; } else {