forked from mirrors/linphone-iphone
Updated iOS code to support linphone & belle-sip update.
This commit is contained in:
parent
297b0a9bff
commit
a389cd6487
1 changed files with 2 additions and 2 deletions
|
|
@ -796,8 +796,8 @@ static LinphoneCoreVTable linphonec_vtable = {
|
|||
.show =NULL,
|
||||
.call_state_changed =(LinphoneCoreCallStateChangedCb)linphone_iphone_call_state,
|
||||
.registration_state_changed = linphone_iphone_registration_state,
|
||||
.notify_presence_recv=NULL,
|
||||
.new_subscription_request = NULL,
|
||||
.notify_presence_received=NULL,
|
||||
.new_subscription_requested = NULL,
|
||||
.auth_info_requested = NULL,
|
||||
.display_status = linphone_iphone_display_status,
|
||||
.display_message=linphone_iphone_log,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue