3import android.app.Activity;
4import android.content.Context;
Default implementation for ZoomUIDelegate.
void onVideoSceneChanged(VideoScene fromScene, VideoScene toScene)
Callback event when the video scene changes.
boolean onClickMoreButton()
Handles the click event to process the more button.
boolean onClickInviteButton(Context context, List< IMeetingInviteMenuItem > inviteMenuList)
Handles the invite button click event.
void afterMeetingMinimized(Activity activity)
Callback that the user can handle after the meeting is minimized.
boolean onClickAudioButton()
Handles the click event to process the audio button.
boolean onClickShareButton()
Handles the click event to process the share button.
boolean onClickEndButton()
Handles the click event to process the leave meeting button.
boolean onClickParticipantsButton()
Handles the click event to process the participants button.
boolean onClickVideoButton()
Handles the click event to process the video button.
Enumeration of video scenes.
Interface for customizing Zoom meeting UI behavior and handling UI events.