mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Update prototypes for new API of linphone chat messages
This commit is contained in:
parent
e2e36f2d88
commit
2d702f020e
2 changed files with 2 additions and 2 deletions
|
|
@ -619,7 +619,7 @@ static void message_status(LinphoneChatMessage* msg,LinphoneChatMessageState sta
|
|||
download_data = [[NSMutableData alloc] init];
|
||||
|
||||
linphone_chat_message_set_user_data(msg, self);
|
||||
linphone_chat_message_start_file_download(msg);
|
||||
linphone_chat_message_start_file_download(msg,NULL);
|
||||
|
||||
[messageView setHidden:TRUE];
|
||||
[transferView setHidden:FALSE];
|
||||
|
|
|
|||
|
|
@ -1128,7 +1128,7 @@ static LinphoneCoreVTable linphonec_vtable = {
|
|||
.is_composing_received = linphone_iphone_is_composing_received,
|
||||
.configuring_status = linphone_iphone_configuring_status_changed,
|
||||
.global_state_changed = linphone_iphone_global_state_changed,
|
||||
.file_transfer_received = linphone_iphone_file_transfer_recv,
|
||||
.file_transfer_recv = linphone_iphone_file_transfer_recv,
|
||||
.file_transfer_send = linphone_iphone_file_transfer_send,
|
||||
.file_transfer_progress_indication = linphone_iphone_file_transfer_progress
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue