Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomUIDelegate.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import android.app.Activity;
4import android.content.Context;
5
6import com.zipow.videobox.sdk.SDKZoomUIDelegateInternal;
7
8import java.util.List;
9
10public interface ZoomUIDelegate extends SDKZoomUIDelegateInternal<IMeetingInviteMenuItem> {
11
17 boolean onClickInviteButton(Context context, List<IMeetingInviteMenuItem> inviteMenuList);
18
23 void afterMeetingMinimized(Activity activity);
24
31
38
45
52
59
66
73 void onVideoSceneChanged(VideoScene fromScene, VideoScene toScene);
74}
boolean onClickVideoButton()
Handle this click event to process video button.
void onVideoSceneChanged(VideoScene fromScene, VideoScene toScene)
This callback is invoked when video scene changed.
boolean onClickShareButton()
Handle this click event to process share button.
boolean onClickMoreButton()
Handle this click event to process more button.
void afterMeetingMinimized(Activity activity)
Callback that the user can handle after the meeting minimized.
boolean onClickParticipantsButton()
Handle this click event to process participants button.
boolean onClickAudioButton()
Handle this click event to process audio button.
boolean onClickEndButton()
Handle this click event to process leave meeting button.
boolean onClickInviteButton(Context context, List< IMeetingInviteMenuItem > inviteMenuList)