mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix nowebcam when leaving conference
This commit is contained in:
parent
24260cc6b5
commit
ed67eb1f9e
1 changed files with 4 additions and 0 deletions
|
|
@ -565,6 +565,10 @@ static void hideSpinner(LinphoneCall *call, void *user_data) {
|
|||
[self displayAudioCall:animated];
|
||||
}
|
||||
}
|
||||
// camera is diabled duiring conference, it must be activated after leaving conference.
|
||||
if (!shouldDisableVideo && !linphone_core_is_in_conference(LC)) {
|
||||
linphone_call_enable_camera(call, TRUE);
|
||||
}
|
||||
[self updateInfoView];
|
||||
|
||||
if (state != LinphoneCallPausedByRemote) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue