Added stub for setWindowVideoId

This commit is contained in:
Guillaume Beraudo 2010-11-12 14:10:05 +01:00
parent a6819a4d98
commit efb8785585

View file

@ -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) {
}