mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
propose video window interface
This commit is contained in:
parent
7276441cf8
commit
92b5747b7c
2 changed files with 8 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
5
java/common/org/linphone/core/VideoWindow.java
Normal file
5
java/common/org/linphone/core/VideoWindow.java
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
package org.linphone.core;
|
||||
|
||||
public interface VideoWindow {
|
||||
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue