mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
Update iOS code to accomodate for linphone SDK API changes
This commit is contained in:
parent
75a522b9de
commit
46f4de42a7
1 changed files with 1 additions and 1 deletions
|
|
@ -778,7 +778,7 @@ void networkReachabilityCallBack(SCNetworkReachabilityRef target, SCNetworkReach
|
|||
|
||||
static LinphoneCoreVTable linphonec_vtable = {
|
||||
.show =NULL,
|
||||
.call_state_changed =(LinphoneCallStateCb)linphone_iphone_call_state,
|
||||
.call_state_changed =(LinphoneCoreCallStateChangedCb)linphone_iphone_call_state,
|
||||
.registration_state_changed = linphone_iphone_registration_state,
|
||||
.notify_presence_recv=NULL,
|
||||
.new_subscription_request = NULL,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue