mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
Added stub for setWindowVideoId
This commit is contained in:
parent
a6819a4d98
commit
efb8785585
1 changed files with 5 additions and 0 deletions
|
|
@ -943,3 +943,8 @@ extern "C" void Java_org_linphone_core_LinphoneChatRoomImpl_sendMessage(JNIEnv*
|
|||
|
||||
}
|
||||
|
||||
// FIXME stubb function
|
||||
extern "C" void Java_org_linphone_core_LinphoneCoreImpl_setVideoWindowId(JNIEnv* env
|
||||
,jobject thiz
|
||||
,jobject obj) {
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue