FuncList | DESC |
The layout of the live has changed. | |
Add event callback | |
Remove event callback |
void onLiveVideoLayoutChanged | (String roomId |
| String layoutInfo) |
Param | DESC |
layoutInfo | The latest screen layout message. |
roomId | roomID |
void addObserver | (Observer observer) |
Param | DESC |
observer | The instance being listened to. |
void removeObserver | (Observer observer) |
Param | DESC |
observer | The instance being listened to. |
Was this page helpful?