Meeting SDK for Android API Reference
|
Inherits SDKZoomUIDelegateInternal< IMeetingInviteMenuItem >.
Inherited by us.zoom.sdk.SimpleZoomUIDelegate.
Public Member Functions | |
boolean | onClickInviteButton (Context context, List< IMeetingInviteMenuItem > inviteMenuList) |
void | afterMeetingMinimized (Activity activity) |
Callback that the user can handle after the meeting minimized. | |
boolean | onClickEndButton () |
Handle this click event to process leave meeting button. | |
boolean | onClickAudioButton () |
Handle this click event to process audio button. | |
boolean | onClickVideoButton () |
Handle this click event to process video button. | |
boolean | onClickShareButton () |
Handle this click event to process share button. | |
boolean | onClickMoreButton () |
Handle this click event to process more button. | |
boolean | onClickParticipantsButton () |
Handle this click event to process participants button. | |
void | onVideoSceneChanged (VideoScene fromScene, VideoScene toScene) |
This callback is invoked when video scene changed. | |
Definition at line 10 of file ZoomUIDelegate.java.
void us.zoom.sdk.ZoomUIDelegate.afterMeetingMinimized | ( | Activity | activity | ) |
Callback that the user can handle after the meeting minimized.
activity | The active Activity instance before minimizing the meeting. |
Implemented in us.zoom.sdk.SimpleZoomUIDelegate.
boolean us.zoom.sdk.ZoomUIDelegate.onClickAudioButton | ( | ) |
Handle this click event to process audio button.
Implemented in us.zoom.sdk.SimpleZoomUIDelegate.
boolean us.zoom.sdk.ZoomUIDelegate.onClickEndButton | ( | ) |
Handle this click event to process leave meeting button.
Implemented in us.zoom.sdk.SimpleZoomUIDelegate.
boolean us.zoom.sdk.ZoomUIDelegate.onClickInviteButton | ( | Context | context, |
List< IMeetingInviteMenuItem > | inviteMenuList ) |
context | android context |
inviteMenuList | empty invite list. user can add item. The default implementation is MeetingInviteMenuItem |
Implemented in us.zoom.sdk.SimpleZoomUIDelegate.
boolean us.zoom.sdk.ZoomUIDelegate.onClickMoreButton | ( | ) |
Handle this click event to process more button.
Implemented in us.zoom.sdk.SimpleZoomUIDelegate.
boolean us.zoom.sdk.ZoomUIDelegate.onClickParticipantsButton | ( | ) |
Handle this click event to process participants button.
Implemented in us.zoom.sdk.SimpleZoomUIDelegate.
boolean us.zoom.sdk.ZoomUIDelegate.onClickShareButton | ( | ) |
Handle this click event to process share button.
Implemented in us.zoom.sdk.SimpleZoomUIDelegate.
boolean us.zoom.sdk.ZoomUIDelegate.onClickVideoButton | ( | ) |
Handle this click event to process video button.
Implemented in us.zoom.sdk.SimpleZoomUIDelegate.
void us.zoom.sdk.ZoomUIDelegate.onVideoSceneChanged | ( | VideoScene | fromScene, |
VideoScene | toScene ) |
This callback is invoked when video scene changed.
fromScene | The previous scene before the change |
toScene | The new scene after the change |
Implemented in us.zoom.sdk.SimpleZoomUIDelegate.