public static interface InMeetingShareController.InMeetingShareListener
extends us.zoom.androidlib.util.IListener
Modifier and Type | Method and Description |
---|---|
void |
onShareActiveUser(long userId)
Sink the event that the user is sharing.
|
void |
onShareUserReceivingStatus(long userId)
Sink the event of the status that user receives the sharing.
|
void onShareActiveUser(long userId)
userId
- The ID of user who is sharing.void onShareUserReceivingStatus(long userId)
userId
- The ID of user who receives the shared content.