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