Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IBODataEvent.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface IBODataEvent {
7
12 void onBOInfoUpdated(String strBOID);
21
22}
Event to receive breakout room data helper callbacks.
void onBOListInfoUpdated()
If breakout meeting list changed, will receive the callback.
void onBOInfoUpdated(String strBOID)
If breakout meeting info changed, will receive the callback.
void onUnAssignedUserUpdated()
If the unassigned user changed, will receive the callback.