mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-19 07:48:29 +00:00
submodules: update linphone
This commit is contained in:
parent
5e87223051
commit
b66d57d5b5
2 changed files with 2 additions and 2 deletions
|
|
@ -93,7 +93,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
||||||
[self dismiss];
|
[self dismiss];
|
||||||
} else if ([LinphoneManager.instance lpConfigBoolForKey:@"auto_answer"]) {
|
} else if ([LinphoneManager.instance lpConfigBoolForKey:@"auto_answer"]) {
|
||||||
LinphoneCallState state = linphone_call_get_state(call);
|
LinphoneCallState state = linphone_call_get_state(call);
|
||||||
if (state == LinphoneCallIncomingReceived || state == LinphoneCallIncomingEarlyMedia) {
|
if (state == LinphoneCallIncomingReceived) {
|
||||||
[self onAcceptClick:nil];
|
[self onAcceptClick:nil];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1dc50acfd10b48ca23e96a3311eaadec7aa40b86
|
Subproject commit 00e96f59f7af7fd7a47421ea0f118036182f8ea6
|
||||||
Loading…
Add table
Reference in a new issue