diff --git a/Classes/CallView.m b/Classes/CallView.m index 2d49be1b7..076afa58e 100644 --- a/Classes/CallView.m +++ b/Classes/CallView.m @@ -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) {