propose video window interface

This commit is contained in:
Simon Morlat 2010-11-01 11:32:24 +01:00
parent 7276441cf8
commit 92b5747b7c
2 changed files with 8 additions and 0 deletions

View file

@ -275,4 +275,7 @@ public interface LinphoneCore {
* @return {@link LinphoneChatRoom} where messaging can take place.
*/
LinphoneChatRoom createChatRoom(String to);
public void setVideoWindow(VideoWindow w);
public void setPreviewWindow(VideoWindow w);
}

View file

@ -0,0 +1,5 @@
package org.linphone.core;
public interface VideoWindow {
}