forked from mirrors/linphone-iphone
Do not display video pop up when asking call is within a conference
This commit is contained in:
parent
29068d9402
commit
47cf9350c8
1 changed files with 3 additions and 0 deletions
|
|
@ -596,6 +596,9 @@ static void hideSpinner(LinphoneCall *call, void *user_data) {
|
|||
#pragma mark - ActionSheet Functions
|
||||
|
||||
- (void)displayAskToEnableVideoCall:(LinphoneCall *)call {
|
||||
if (linphone_call_params_get_local_conference_mode(linphone_call_get_current_params(call))) {
|
||||
return;
|
||||
}
|
||||
if (linphone_core_get_video_policy(LC)->automatically_accept &&
|
||||
!([UIApplication sharedApplication].applicationState == UIApplicationStateBackground))
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue