mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Added missing param since recent changes
This commit is contained in:
parent
965add9d6e
commit
f86c329a34
1 changed files with 1 additions and 1 deletions
|
|
@ -2911,7 +2911,7 @@ extern "C" void Java_org_linphone_core_LinphoneChatMessageImpl_startFileDownload
|
|||
jobject listener = env->NewGlobalRef(jlistener);
|
||||
LinphoneChatMessage * message = (LinphoneChatMessage *)ptr;
|
||||
message->cb_ud = listener;
|
||||
linphone_chat_message_start_file_download(message, chat_room_impl_callback);
|
||||
linphone_chat_message_start_file_download(message, chat_room_impl_callback, NULL);
|
||||
}
|
||||
|
||||
extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setVideoWindowId(JNIEnv* env
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue