Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomUIService.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3
4import androidx.fragment.app.FragmentActivity;
5
6import java.util.List;
7
11public interface ZoomUIService {
12
18
24
30
36
42
48
55
62
69 void prePopulateWebinarRegistrationInfo(String email, String username);
70
77
84
93
99 void hideReactionsOnMeetingUI(boolean hidden);
100
105 void hideDisconnectAudio(boolean hidden);
106
111 void hiddenPromoToPanelist(boolean hidden);
112
117 void hiddenChangeToAttendee(boolean hidden);
118
124
126
132
139 void enableMinimizeMeeting(boolean enable);
140
147 void disablePIPMode(boolean disable);
148
155
161
167 void hideMeetingInviteUrl(boolean hidden);
168
176
183 MobileRTCSDKError setCustomizedPollingUrl(String pollingURL, boolean bCreate);
184
190 void setHideShareOptions(List<Integer> shareOptions);
191
197 void setCustomShareOptions(List<ICustomShareOptionItem> optionItemList);
198
205
213
219 void hideCloudWhiteboardShareButton(boolean isHide);
220
226 void hideCloudWhiteboardAboutButton(boolean isHide);
227
232 void setNewMeetingUI(Class<? extends NewMeetingActivity> activity);
233
238 boolean isTabletDevice();
239
247
254
261
268
279
286
295
301
307 void setHideRecoverMeetingDialog(boolean hide);
308
315
316}
Enumeration of common errors of SDK.
Service for users' to operate with Zoom UI.
void setNewMeetingUI(Class<? extends NewMeetingActivity > activity)
set the meeting UI.
void setCustomShareOptions(List< ICustomShareOptionItem > optionItemList)
Add customized share item.
void prePopulateWebinarRegistrationInfo(String email, String username)
Preset email and username for webinars which need registration to join, the email and username value ...
MobileRTCSDKError setCustomizedInvitationDomain(String invitationDomain)
Set the customized invitation domain.
void hiddenPromoToPanelist(boolean hidden)
Hide promo to panelist in webinar.
void switchToDriveScene()
Switch to the drive scene. This is not supported for tablet in the new meeting UI....
boolean isHideRecoverMeetingDialog()
Get the recover meeting dialog whether hide or display.
void switchToPreviousPage()
Switch to the previous scene. For a new meeting UI, the video frames' sequence is { drive scene(if ha...
void hiddenChangeToAttendee(boolean hidden)
Hide Change to attendee in webinar.
void switchToNextPage()
Switch to the next scene. For a new meeting UI, the video frames' sequence is { drive scene(if has),...
void setHideRegisterWebinarInfoWindow(boolean hide)
Set the webinar register information dialog to hide or display.
void setMiniMeetingViewSize(CustomizedMiniMeetingViewSize size)
Set the customized minimize meeting view size.
boolean isHideRegisterWebinarInfoWindow()
Get the webinar register information dialog to hide or display.
void switchToActiveSpeaker()
Switch to the active scene. For a new meeting UI, the video frames' sequence is { drive scene(if has)...
MobileRTCSDKError setCustomizedPollingUrl(String pollingURL, boolean bCreate)
Allowing the developer to customize the URL of create/edit the polling.
void setHideRecoverMeetingDialog(boolean hide)
for hide confirm start archive dialog
void hideDisconnectAudio(boolean hidden)
Hide disconnect audio button in meeting.
boolean isHideWebinarNameInputWindow()
Get the webinar username input dialog to hide or display.
void hideRequestRecordPrivilegeDialog(boolean bHide)
Set the visibility of request local recording privilege dialog when attendee request local recording ...
void setHideWebinarNameInputWindow(boolean hide)
Set the webinar username input dialog to hide or display. if hide webinar user name input dialog,...
boolean isHideConfirmStartArchiveDialog()
Get the confirm start archive dialog whether hide or display.
void setHideShareOptions(List< Integer > shareOptions)
Hide specified share item list.
void hideCloudWhiteboardShareButton(boolean isHide)
Hide share button on cloud whiteboard.
boolean showMiniMeetingWindow()
Show minimized meeting window.
boolean isHideSelfViewEnabled()
Get the flag to enable/disable to hide user self's view in gallery view.
void switchToSignLanguageView()
Switch to the sign language scene. It is only supported in the new meeting UI. For a new meeting UI,...
void setHideConfirmStartArchiveDialog(boolean hide)
Set the confirm start archive dialog to hide or display. if hide confirm start archive dialog when jo...
void hideCloudWhiteboardFeedbackButton(boolean isHide)
Hide feedback button on cloud whiteboard.
boolean isTabletDevice()
Query if the current device is tablet device for zoom ui.
void disableFreeMeetingNeedAdminUpgradeTips(boolean disable)
Disable free meeting upgrade tips for zoom ui.
void setZoomUIDelegate(ZoomUIDelegate delegate)
Set the zoom ui delegate. can handle the user click event.
void disablePIPMode(boolean disable)
Disable PIP mode feature. The PIP mode is enabled as default. If the PIP mode feature is enabled,...
void switchToVideoWall()
Switch to the gallery scene. For a new meeting UI, the video frames' sequence is { drive scene(if has...
MobileRTCSDKError setCloudWhiteboardFeedbackUrl(String url)
Allowing the developer to customize the URL of feedback on cloud whiteboard.
void setHideMeetingInputUserInfoWindow(boolean hide)
Set the meeting input user info dialog to hide or display.
void hideCloudWhiteboardAboutButton(boolean isHide)
Hide about button on cloud whiteboard.
MobileRTCSDKError enableHideSelfView(boolean bEnable)
Enable or disable to hide the user self's view in gallery view.
void hideJoinMeetingNamePasswordDialog(boolean bHide)
Whether to hide the name and password dialog when the meeting requires a name and password dialog....
void enableJavaScriptForShareWebView(boolean enable)
Enable webView javascript for share url. default is true.
boolean isHideMeetingInputUserInfoWindow()
Get the meeting input user info dialog to hide or display.
void hideReactionsOnMeetingUI(boolean hidden)
Hide meeting reaction ui.
void enableMinimizeMeeting(boolean enable)
Enable minimize meeting feature. This feature is disabled as default. If the minimize meeting feature...
void hideMeetingInviteUrl(boolean hidden)
hide meeting invite url