mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Merge branch 'master' of git://git.linphone.org/linphone-iphone
This commit is contained in:
commit
5a04711e26
1 changed files with 3 additions and 1 deletions
|
|
@ -137,9 +137,11 @@ extern void libmssilk_init();
|
|||
break;
|
||||
|
||||
case LinphoneCallConnected:
|
||||
[callDelegate displayIncallFromUI:mCurrentViewController
|
||||
if (linphone_call_get_dir(currentCall)==LinphoneCallIncoming){
|
||||
[callDelegate displayIncallFromUI:mCurrentViewController
|
||||
forUser:lUserName
|
||||
withDisplayName:lDisplayName];
|
||||
}
|
||||
break;
|
||||
|
||||
case LinphoneCallError: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue