3import android.app.Activity;
Enumeration of the focus mode share type. For more information, please visit https://support....
Enumeration of common errors of SDK.
AI Companion controls in a meeting.
Annotation controls in meeting.
Audio controller in meeting.
Chat controller in meeting.
Cloud recording controller in meeting.
Docs Controller in ZOOM meeting.
App Indicator in the meeting.
Live Stream in ZOOM meeting Controller.
Live Transcription Controller In Meeting.
Polling controller interface.
Question and answer(QA) controller in webinar.
Remote controller interface in meeting.
MobileRTCSDKError allowParticipantsToRequestCloudRecording(boolean bAllow)
String getCurrentMeetingInviteEmailSubject()
boolean isWebinarMeeting()
InMeetingShareController getInMeetingShareController()
MobileRTCSDKError allowParticipantsToRequestLocalRecording(boolean allow)
InMeetingDocsController getInMeetingDocsController()
void leaveCurrentMeeting(boolean endIfPossible)
boolean isSelfOriginalHost()
String getInMeetingDataCenterInfo()
boolean isParticipantsUnmuteSelfAllowed()
boolean isParticipantProfilePicturesHidden()
List< Long > getInMeetingUserList()
boolean claimHostWithHostKey(String hostKey)
MobileRTCSDKError turnFocusModeOn(boolean on)
boolean isParticipantRequestLocalRecordingAllowed()
MobileRTCSDKError allowParticipantsToRename(boolean allow)
MobileRTCSDKError lowerHand(long userId)
void showZoomChatUI(Activity activity, int requestCode)
InMeetingIndicatorController getInMeetingIndicatorController()
MobileRTCSDKError assignCohost(long userId)
InMeetingUserInfo getBotAuthorizedUserInfoByUserID(long botUserId)
boolean isFailoverMeeting()
MobileRTCSDKError lowerAllHands(boolean forWebinarAttendees)
long getCurrentMeetingNumber()
InMeetingUserInfo getCompanionParentUser(long userid)
boolean isAutoAllowLocalRecordingRequest()
InMeetingSmartSummaryController getInMeetingSmartSummaryController()
MobileRTCSDKError removeUser(long userId)
InMeetingLiveStreamController getInMeetingLiveStreamController()
String getCurrentMeetingInviteEmailContent()
String getMeetingPassword()
InMeetingChatController getInMeetingChatController()
InMeetingAICompanionController getInMeetingAICompanionController()
void addListener(InMeetingServiceListener listener)
boolean updatePermissions(String[] permissions, int[] grantResults)
boolean isHostUser(long userId)
InMeetingProductionStudioController getInMeetingProductionStudioController()
MobileRTCSDKError allowParticipantsToUnmuteSelf(boolean allow)
boolean isMyself(long userId)
InMeetingWebinarController getInMeetingWebinarController()
MobileRTCSDKError lockMeeting(boolean isLock)
boolean canBeCohost(long userId)
String getLiveTranscriptLegalNoticesPrompt()
MobileRTCSDKError suspendParticipantsActivities()
InMeetingLiveTranscriptionController getInMeetingLiveTranscriptionController()
MobileRTCSDKError reclaimHost()
IEmojiReactionController getEmojiReactionController()
boolean canEnableParticipantRequestCloudRecording()
boolean isSupportVirtualNameTag()
InMeetingWhiteboardController getInMeetingWhiteboardController()
MobileRTCSDKError allowParticipantsToStartVideo(boolean allow)
MobileRTCSDKError setFocusModeShareType(MobileRTCFocusModeShareType shareType)
String getLiveTranscriptLegalNoticesExplained()
MobileRTCSDKError canHideParticipantProfilePictures()
boolean canSuspendParticipantsActivities()
boolean isLiveTranscriptLegalNoticeAvailable()
InMeetingUserInfo getUserInfoById(long userId)
List< Long > getAuthorizedBotListByUserID(long userid)
boolean isParticipantRequestCloudRecordingAllowed()
MobileRTCSDKError makeHostWithAssetsPrivilege(long userId, List< GrantCoOwnerAssetsInfo > infoList)
Assigns a user as host and grants privileges to manage assets after the meeting.
MobileRTCSDKError assignCoHostWithAssetsPrivilege(long userId, List< GrantCoOwnerAssetsInfo > infoList)
Assigns a user as co-host and grants privileges to manage assets after the meeting.
void showZoomQAUI(Activity activity, int requestCode)
MobileRTCSDKError changeName(String inputName, long userId)
MobileRTCSDKError revokeCohost(long userId)
int getInMeetingUserCount()
InMeetingWaitingRoomController getInMeetingWaitingRoomController()
String getCurrentMeetingID()
MobileRTCSDKError enableVirtualNameTag(boolean bEnabled)
InMeetingRemoteController getInMeetingRemoteController()
boolean isMeetingLocked()
InMeetingVirtualBackgroundController getInMeetingVirtualBackgroundController()
MobileRTCSDKError allowParticipantsToShareWhiteBoard(boolean allow)
InMeetingInterpretationController getInMeetingInterpretationController()
boolean isMeetingConnected()
MobileRTCSDKError raiseMyHand()
boolean isParticipantsShareWhiteBoardAllowed()
MobileRTCSDKError hideParticipantProfilePictures(boolean hide)
boolean isParticipantsStartVideoAllowed()
InMeetingQAController getInMeetingQAController()
MobileRTCSDKError setMeetingTopic(String topic)
InMeetingVideoController getInMeetingVideoController()
InMeetingAudioController getInMeetingAudioController()
InMeetingUserInfo getMyUserInfo()
MobileRTCSDKError makeHost(long userId)
boolean canSetMeetingTopic()
boolean canBeCoOwner(long userId)
Query if the user can be assigned as co-owner in meeting. Co-owner can be granted privilege to manage...
boolean isInWaitingRoom()
String getCurrentMeetingTopic()
Get the topic/title of the current meeting.
InMeetingBOController getInMeetingBOController()
void removeListener(InMeetingServiceListener listener)
MobileRTCSDKError autoAllowLocalRecordingRequest(boolean allow)
String getCurrentMeetingUrl()
InMeetingAnnotationController getInMeetingAnnotationController()
void showZoomParticipantsUI(Activity activity, int requestCode)
InMeetingCloudRecordController getInMeetingCloudRecordController()
MobileRTCSDKError updateVirtualNameTagRosterInfo(List< ZoomSDKVirtualNameTag > nameTags)
boolean isFocusModeEnabled()
InMeetingAANController getInMeetingAANController()
MobileRTCFocusModeShareType getFocusModeShareType()
boolean isParticipantsRenameAllowed()
InMeetingPollingController getInMeetingPollingController()
InMeetingSignInterpretationController getInMeetingSignInterpretationController()
InMeetingEncryptionController getInMeetingEncryptionController()
MobileRTCSDKError setPlayChimeOnOff(boolean on)
List< Long > getCompanionChildList(long userid)
InMeetingRawArchivingController getMeetingRawArchivingController()
int querySessionNetworkStatus(EnumComponentType type, boolean bSending)
Zoom service listener in meeting.
Share controller in meeting.
User Information Object in ZOOM meeting.
Video controller in meeting.
Virtual background controller in meeting.
Waiting Room of Meeting Service Interface.
Webinar controller in meeting.