|
Meeting SDK for iOS API Reference
|
Enables the client to start or join a meeting. More...
#include <MobileRTCMeetingService.h>
Inherits NSObject.
Instance Methods | |
| (MobileRTCMeetError) | - startMeetingWithStartParam: |
| Starts a meeting with MobileRTCMeetingStartParam parameter. | |
| (MobileRTCMeetError) | - joinMeetingWithJoinParam: |
| Joins a meeting with MobileRTCMeetingJoinParam parameter. | |
| (MobileRTCMeetError) | - handZoomWebUrl: |
| Starts or joins a Zoom meeting with zoom web URL. | |
| (MobileRTCMeetingState) | - getMeetingState |
| Gets the current meeting state. | |
| (void) | - leaveMeetingWithCmd: |
| Ends or leaves the current meeting. | |
| (UIView *_Nullable) | - meetingView |
| Returns the view of meeting UI, which enables customers to add their own view in the meeting UI. | |
| (BOOL) | - setCustomizedInvitationDomain: |
| Sets the customized invitation domain. | |
| (BOOL) | - isSupportPSMode |
| Determines if production studio mode is supported. | |
| (BOOL) | - isPSModeStarted |
| Determines if production studio mode is started. | |
| (NSUInteger) | - getPSUserID |
| Gets the production studio user's user ID. | |
| (BOOL) | - isTurnoffAllAICompanionsSupported |
| Determines whether the meeting supports turning off the AI Companion features. | |
| (BOOL) | - canTurnOffAllAICompanions |
| Determines whether the current user can turn off the AI Companion features. | |
| (MobileRTCSDKError) | - turnOffAllAICompanion: |
| Turns off the AI Companion features. | |
| (BOOL) | - isTurnOnAllAICompanionSupported |
| Determines whether the meeting supports turning on the AI Companion features. | |
| (BOOL) | - canTurnOnAllAICompanion |
| Determines whether the current user can turn on the AI Companion features. | |
| (MobileRTCSDKError) | - turnOnAllAICompanion |
| Turns on all the AI Companion features. | |
| (BOOL) | - canRequestTurnoffAllAICompanion |
| Determines whether the current user can ask the host to turn off all started AI Companion features. | |
| (MobileRTCSDKError) | - requestTurnoffAllAICompanion |
| Asks host to turn off all started AI Companion features. | |
| (BOOL) | - canRequestTurnOnAllAICompanion |
| Determines whether the current user can ask the host to turn on all AI Companion features if they are enabled for the current meeting. | |
| (MobileRTCSDKError) | - requestTurnOnAllAICompanion |
| Asks host to turn on all AI Companion features if they are enabled for the current meeting. | |
| (MobileRTCAICompanionQueryHelper *) | - getQueryHelper |
| Gets the AI Companion Query Helper. | |
| (MobileRTCAICompanionSmartSummaryHelper *) | - getSmartSummaryHelper |
| Gets the smart summary helper. | |
| (BOOL) | - isDirectAppShareMeeting |
| Queries if the current meeting was started with App Share. | |
| (MobileRTCCannotShareReasonType) | - canStartShare |
| Determines whether the current meeting can start sharing. | |
| (void) | - appShareWithView: |
| Shares content with the current view. | |
| (BOOL) | - startAppShare |
| Starts App Share. | |
| (void) | - stopAppShare |
| Stops App Share. | |
| (BOOL) | - isStartingShare |
| Notifies the current user if sharing has started. | |
| (BOOL) | - isViewingShare |
| Notifies the current user if they are currently viewing an App Share. | |
| (BOOL) | - isAnnotationOff |
| Notifies the current user if annotation is enabled. | |
| (BOOL) | - suspendSharing: |
| Suspends App Sharing. | |
| (BOOL) | - isSupportShareAudio |
| Determines if sharing device audio is supported. | |
| (void) | - setShareAudio: |
| Enables or disables the sending of device audio. | |
| (BOOL) | - isSharedAudio |
| Gets the state of device audio sharing. | |
| (BOOL) | - isDeviceSharing |
| Gets the state of device screen sharing. | |
| (BOOL) | - isSupportOptimizeForSharedVideo |
| Determines if optimizing share video is supported. | |
| (BOOL) | - enableOptimizeForSharedVideo: |
| Enables or disables optimizing share video. | |
| (BOOL) | - isEnableOptimizeForSharedVideo |
| Gets the state of optimizing share video. | |
| (MobileRTCSDKError) | - allowParticipantsToShareWhiteBoard: |
| Allows or disallows participants to share whiteboard. | |
| (BOOL) | - isParticipantsShareWhiteBoardAllowed |
| Queries if participants are allowed to share whiteboard. | |
| (NSArray< MobileRTCSSharingSourceInfo * > *_Nullable) | - getSharingSourceInfoList: |
| Gets the list of sharing source info. | |
| (MobileRTCSDKError) | - setShareSettingType: |
| Sets sharing types for the host or co-host in the meeting. | |
| (MobileRTCShareSettingType) | - getShareSettingType |
| Gets the sharing types for the host or co-host in the meeting. | |
| (MobileRTCAudioType) | - myAudioType |
| Gets the in-meeting audio type of the current user. | |
| (BOOL) | - is3rdPartyTelephonyAudioOn |
| Determines whether the meeting has third party telephony audio enabled. | |
| (BOOL) | - connectMyAudio: |
| Sets whether to connect the audio in the meeting. | |
| (MobileRTCAudioOutput) | - myAudioOutputDescription |
| Gets the audio output type of the current user. | |
| (BOOL) | - isMyAudioMuted |
| Determines whether the audio of the current user is muted. | |
| (BOOL) | - canUnmuteMyAudio |
| Determines whether the user can unmute audio. | |
| (BOOL) | - canEnableMuteOnEntry |
| Determines whether the host or cohost can enable mute on entry. | |
| (MobileRTCSDKError) | - enableMuteOnEntry:allowUnmuteBySelf: |
| Enables or disables mute on entry for users after joining the meeting. | |
| (BOOL) | - isMuteOnEntryOn |
| Determines whether mute on entry is enabled for attendees when they join the meeting. | |
| (BOOL) | - isUserAudioMuted: |
| Determines whether the user's audio is muted. | |
| (BOOL) | - muteUserAudio:withUID: |
| Mutes or unmutes the user's audio. | |
| (BOOL) | - muteAllUserAudio: |
| Mutes audio of all attendees. | |
| (BOOL) | - askAllToUnmute |
| Asks all attendees to unmute audio. | |
| (BOOL) | - isSupportedVOIP |
| Determines whether the meeting supports VoIP. | |
| (BOOL) | - isPlayChimeOn |
| Determines whether chime is enabled when user joins or leaves meeting. | |
| (BOOL) | - playChime: |
| Sets whether chime is enabled when the user joins or leaves meeting. | |
| (MobileRTCAudioError) | - muteMyAudio: |
| Mutes or unmutes the audio of the current user. | |
| (MobileRTCAudioError) | - switchMyAudioSource |
| Switches the audio output between receiver and speaker. | |
| (void) | - resetMeetingAudioSession |
| Resets the meeting audio session including category and mode. | |
| (void) | - resetMeetingAudioForCallKitHeld |
| Resets the meeting audio session including category and mode. When the call comes in or goes out, click hold or swap in the dial-up UI to restore the zoom sound. | |
| (BOOL) | - isIncomingAudioStopped |
| Determines whether the incoming audio is stopped. | |
| (MobileRTCSDKError) | - stopIncomingAudio: |
| Stops or resumes the incoming audio. | |
| (NSInteger) | - getSupportedMeetingAudioType |
| Gets the audio type supported by the current meeting. | |
| (MobileRTCRawDataError) | - enablePlayMeetingAudio: |
| Enables or disables SDK to play meeting audio. When the value of enabled is NO, the SDK will not play meeting audio, but you can still subscribe audio rawdata. | |
| (BOOL) | - isPlayMeetingAudioEnabled |
| Determines whether play meeting audio is enabled. | |
| (BOOL) | - is3DAvatarSupportedByDevice |
| Determines if the 3D avatar feature is supported by the video device. | |
| (BOOL) | - is3DAvatarEnabled |
| Determines if the 3D avatar feature is enabled. | |
| (NSArray< MobileRTC3DAvatarImageInfo * > *_Nullable) | - get3DAvatarImageList |
| Gets the array of the video filter images. | |
| (MobileRTCSDKError) | - set3DAvatarImage: |
| Specifies an image to be the video filter image. | |
| (MobileRTCSDKError) | - showAvatar: |
| Sets to show or hide the last used avatar in the meeting. | |
| (BOOL) | - isShowAvatar |
| Determines if the meeting is showing the avatar. | |
| (MobileRTCSDKError) | - enable3DAvatarEffectForAllMeeting: |
| Enables or disables 3D avatar effect when joining meeting. | |
| (BOOL) | - is3DAvatarEffectForAllMeetingEnabled |
| Determines whether 3D avatar is enabled when joining the meeting. | |
| (MobileRTCBOCreator *_Nullable) | - getCreatorHelper |
| Gets the object for creating Breakout Room meetings defined in [MobileRTCBOCreator]. | |
| (MobileRTCBOAdmin *_Nullable) | - getAdminHelper |
| Gets the object for administrator management of Breakout Room meetings defined in [MobileRTCBOAdmin]. | |
| (MobileRTCBOAssistant *_Nullable) | - getAssistantHelper |
| Gets the object for help assistant of Breakout Room meetings defined in [MobileRTCBOAssistant]. | |
| (MobileRTCBOAttendee *_Nullable) | - getAttedeeHelper |
| Gets the object for attendee functionality of Breakout Room meetings defined in [MobileRTCBOAttendee]. | |
| (MobileRTCBOData *_Nullable) | - getDataHelper |
| Gets the object for Breakout Room meeting ID information defined in [MobileRTCBOData]. | |
| (BOOL) | - isBOMeetingStarted |
| Determines if the Breakout Room meeting has begun. | |
| (BOOL) | - isBOMeetingEnabled |
| Determines if the Breakout Room feature is enabled in the meeting. | |
| (BOOL) | - isInBOMeeting |
| Determines if currently in Breakout Room during the meeting. | |
| (BOOL) | - isBroadcastingVoiceToBO |
| Queries if the host is broadcasting voice to BO. | |
| (MobileRTCBOStatus) | - getBOStatus |
| Gets the current Breakout status. | |
| (NSString *_Nullable) | - getJoiningBOName |
| Gets the name of the BO you are going to. | |
| (BOOL) | - isChatDisabled |
| Queries if the chat is disabled in the meeting. | |
| (BOOL) | - isPrivateChatDisabled |
| Queries if it is able to send private chat in the meeting. | |
| (BOOL) | - changeAttendeeChatPriviledge: |
| Sets attendee chat privilege when in-meeting. | |
| (MobileRTCMeetingChatPriviledgeType) | - getAttendeeChatPriviledge |
| Gets attendee chat privilege when in-meeting. | |
| (BOOL) | - isMeetingChatLegalNoticeAvailable |
| Determines if meeting chat legal notice is available. | |
| (NSString *_Nullable) | - getChatLegalNoticesPrompt |
| Gets chat legal notice prompt. | |
| (NSString *_Nullable) | - getChatLegalNoticesExplained |
| Gets explained text for chat legal notice. | |
| (nullable MobileRTCMeetingChat *) | - meetingChatByID: |
| Gets in-meeting chat message. | |
| (MobileRTCSendChatError) | - sendChatMsg: |
| Sends a chat message. | |
| (BOOL) | - deleteChatMessage: |
| Deletes chat message by message ID. | |
| (nullable NSArray< NSString * > *) | - getAllChatMessageID |
| Gets all chat message IDs. | |
| (BOOL) | - isChatMessageCanBeDeleted: |
| Determines whether the message can be deleted. | |
| (BOOL) | - isShareMeetingChatLegalNoticeAvailable |
| Determines if share meeting chat legal notice is available. | |
| (NSString *_Nullable) | - getShareMeetingChatStartedLegalNoticeContent |
| Gets start share meeting chat legal notice content. | |
| (NSString *_Nullable) | - getShareMeetingChatStoppedLegalNoticeContent |
| Gets stop share meeting chat legal notice content. | |
| (BOOL) | - isFileTransferEnabled |
| Determines whether file transfer is enabled. | |
| (void) | - customizeMeetingTitle: |
| Sets to customize the meeting title which will be displayed in the meeting bar. | |
| (BOOL) | - canSetMeetingTopic |
| Determines if host or co-host can change the meeting topic. | |
| (MobileRTCSDKError) | - setMeetingTopics: |
| Sets to customize the meeting topic which will be displayed in the meeting info view. | |
| (BOOL) | - setMeetingTopic: |
| Sets to customize the meeting topic which will be displayed in the meeting info view. | |
| (BOOL) | - isCallRoomDeviceSupported |
| Queries if it is able to call Room device (H.323). | |
| (BOOL) | - isCallingRoomDevice |
| Queries if it is in process to call room device. | |
| (BOOL) | - cancelCallRoomDevice |
| Cancels calling room device. | |
| (nullable NSArray< NSString * > *) | - getIPAddressList |
| Gets an array of IP addresses of room device which is used for calling. | |
| (nullable NSString *) | - getH323MeetingPassword |
| Gets the password of the meeting running on H.323 device. | |
| (nullable NSArray< MobileRTCRoomDevice * > *) | - getRoomDeviceList |
| Gets room devices that can be called. | |
| (BOOL) | - sendPairingCode:WithMeetingNumber: |
| Gets the pairing code when the room device calls in. | |
| (BOOL) | - callRoomDevice: |
| The user calls out to invite the room device. | |
| (NSUInteger) | - getParticipantID |
| Gets the participant ID. | |
| (BOOL) | - setCustomizedPollingUrl:bCreate: |
| Allows the developer to customize the URL of creating or editing the polling. | |
| (BOOL) | - isSupportDocs |
| Determines whether the current meeting supports Docs. | |
| (MobileRTCCannotShareReasonType) | - canStartShareDoc |
| Determines whether the current user can start sharing Doc. | |
| (MobileRTCSDKError) | - showDocByParentViewCtroller: |
| Shows Doc or DocDashboardView. Need to set parent view controller. If Doc is active MobileRTCDocsStatus_Start, that can show active Doc. | |
| (MobileRTCSDKError) | - showActiveDoc:byParentViewCtroller: |
| Shows Doc or DocDashboardView. Need to set parent view controller. If Doc is active MobileRTCDocsStatus_Start, that can show active Doc. | |
| (MobileRTCSDKError) | - showDocDashboardView |
| Shows the dashboard web view window. | |
| (void) | - dismissDocOrDashboardView |
| Dismisses Doc or dashboard. | |
| (BOOL) | - canSetDocsOption |
| Determines whether the current user can set Docs option. | |
| (MobileRTCSDKError) | - setDocsShareOption: |
| Sets the setting option for Docs who can share. | |
| (MobileRTCDocsShareOption) | - getDocsShareOption |
| Gets the setting option for Docs who can share. | |
| (MobileRTCSDKError) | - setDocsCreateOption: |
| Sets the setting option for Docs who can initiate new Docs. | |
| (MobileRTCDocsCreateOption) | - getDocsCreateOption |
| Gets the setting option for who can initiate new Docs. | |
| (BOOL) | - isOtherSharingDocs |
| Queries if other user is sharing docs. | |
| (BOOL) | - isSharingDocsOut |
| Queries if the current user is sharing docs successfully. | |
| (NSArray< MobileRTCDocSharingSourceInfo * > *_Nullable) | - getDocSharingSourceInfoList: |
| Gets the list of sharing source info. | |
| (MobileRTCMeetingEncryptionType) | - getEncryptionType |
| Gets the meeting encryption type. | |
| (NSString *_Nullable) | - getE2EEMeetingSecurityCode |
| Gets E2EE meeting security code. | |
| (unsigned int) | - getE2EEMeetingSecurityCodePassedSeconds |
| Gets security code passed seconds. | |
| (BOOL) | - isUnencryptedExceptionDataValid |
| Determines whether unencrypted exception data is valid. | |
| (unsigned int) | - getUnencryptedExceptionCount |
| Gets unencrypted exception count. | |
| (NSString *_Nonnull) | - getUnencryptedExceptionInfo |
| Gets unencrypted exception info. | |
| (NSString *_Nonnull) | - getInMeetingDataCenterInfo |
| Gets data center info. | |
| (BOOL) | - isMeetingHost |
| Queries if the current user is the host of the meeting. | |
| (BOOL) | - isMeetingCoHost |
| Queries if the current user is the co-host of the meeting. | |
| (BOOL) | - isWebinarAttendee |
| Queries if the current user is the webinar attendee of the meeting. | |
| (BOOL) | - isWebinarPanelist |
| Queries if the current user is the webinar panelist of the meeting. | |
| (BOOL) | - isMeetingLocked |
| Notifies if the meeting is locked by host. Once the meeting is locked, other users out of the meeting can no longer join it. | |
| (BOOL) | - isShareLocked |
| Notifies if the share is locked by host. Once the meeting is locked by the host or co-host, other users cannot share except the host or co-host. | |
| (BOOL) | - isCMREnabled |
| Notifies if the cloud recording is enabled. | |
| (BOOL) | - isCMRInProgress |
| Notifies if the cloud recording is in progress. | |
| (BOOL) | - isCMRPaused |
| Notifies if the cloud recording is paused. | |
| (BOOL) | - resumePauseCMR |
| Pauses or resumes cloud recording in the meeting. | |
| (void) | - turnOnCMR: |
| Turns on or off the cloud recording in the meeting. | |
| (MobileRTCRecordingStatus) | - getCloudRecordingStatus |
| Gets current cloud recording status. | |
| (MobileRTCSDKError) | - requestStartCloudRecording |
| Sends a request to ask the host to start cloud recording. | |
| (BOOL) | - isSmartRecordingEnabled |
| Determines if the smart recording feature is enabled in the meeting. | |
| (BOOL) | - isFailoverMeeting |
| Queries if the meeting is failover. | |
| (MobileRTCMeetingType) | - getMeetingType |
| Gets the type of current meeting. | |
| (BOOL) | - isWebinarMeeting |
| Queries if the meeting is Webinar. | |
| (BOOL) | - lockMeeting: |
| Sets to lock the meeting. | |
| (BOOL) | - lockShare: |
| Sets to lock the share. | |
| (MobileRTCNetworkQuality) | - queryNetworkQuality:withDataFlow: |
| Checks in-meeting network status. | |
| (MobileRTCAudioStatisticInfo *_Nullable) | - getMeetingAudioStatisticInfo |
| Gets meeting audio statistics information. | |
| (MobileRTCASVStatisticInfo *_Nullable) | - getMeetingVideoStatisticInfo |
| Gets meeting video statistics information. | |
| (MobileRTCASVStatisticInfo *_Nullable) | - getMeetingShareStatisticInfo |
| Gets meeting share statistics information. | |
| (BOOL) | - presentMeetingChatViewController:userId: |
| Presents Zoom original Meeting Chat ViewController. | |
| (BOOL) | - presentParticipantsViewController: |
| Set to present Zoom original Participants ViewController. | |
| (BOOL) | - configDSCPWithAudioValue:VideoValue: |
| Configure DSCP values for audio and video. | |
| (BOOL) | - isLiveStreamReminderEnabled |
| Check if the live stream reminder is enabled. | |
| (BOOL) | - canEnableLiveStreamReminder |
| Check if the current user can enable/disable the live stream reminder. | |
| (MobileRTCSDKError) | - enableLiveStreamReminder: |
| Enable or disable the live stream reminder. | |
| (BOOL) | - startLiveStreamWithStreamingURL:StreamingKey:BroadcastURL: |
| Set to start Live Stream. | |
| (nullable NSDictionary *) | - getLiveStreamURL |
| Get live stream server URL. | |
| (NSArray< MobileRTCLiveStreamItem * > *_Nullable) | - getSupportLiveStreamItems |
| Get the list of live stream information items in the current meeting. | |
| (MobileRTCLiveStreamItem *_Nullable) | - getCurrentLiveStreamItem |
| Get the current live stream object. | |
| (BOOL) | - stopLiveStream |
| Set to stop live streaming. | |
| (BOOL) | - isRawLiveStreamSupported |
| Query Whether the meeting supports raw live streams. | |
| (MobileRTCSDKError) | - canStartRawLiveStream |
| Whether the current user is able to start raw live streaming. | |
| (MobileRTCSDKError) | - requestRawLiveStreaming:broadcastName: |
| Send a request to enable the SDK to start a raw live stream. | |
| (MobileRTCSDKError) | - startRawLiveStreaming:broadcastName: |
| Start a rawData live stream. | |
| (MobileRTCSDKError) | - stopRawLiveStream |
| Stop a rawData live stream. | |
| (MobileRTCSDKError) | - removeRawLiveStreamPrivilege: |
| Remove the raw live stream privilege. | |
| (NSArray< MobileRTCRawLiveStreamInfo * > *_Nullable) | - getRawLiveStreamingInfoList |
| Get a list of current active raw live streams. | |
| (NSArray< NSNumber * > *_Nullable) | - getRawLiveStreamPrivilegeUserList |
| Get the list of users' IDs who have raw live stream privileges. | |
| (BOOL) | - showMobileRTCMeeting: |
| Set to show UI of meeting. | |
| (BOOL) | - hideMobileRTCMeeting: |
| Set to hide the UI of meeting. | |
| (void) | - showMeetingControlBar |
| If you add a full-screen view to our zoom meeting UI, you can display the control bar by this method when the control bar is hidden. | |
| (void) | - switchToActiveSpeaker |
| Switch to active scene.The sequence of video frames is { drive scene(only iPhone), active scene, gallery scene(if has)}. | |
| (void) | - switchToVideoWall |
| Switch to gallery scene.The sequence of video frames is { drive scene(only iPhone), active scene, gallery scene(if has)}. | |
| (void) | - switchToDriveScene |
| Switch to drive scene.The sequence of video frames is { drive scene(only iPhone), active scene, gallery scene(if has)}. | |
| (MobileRTCSDKError) | - showAANPanelInView: |
| Show app signaling pannel in designated position of container view. | |
| (MobileRTCSDKError) | - hideAANPanel |
| Hide app signaling pannel. | |
| (MobileRTCSDKError) | - showDynamicNoticeForAICompanionPanel: |
| Show the dynamic notice for the AI Companion panel view in the bottom of the container view. | |
| (MobileRTCSDKError) | - hideDynamicNoticeForAICompanionPanel |
| Hide dynamic notice for AI Companion panel view. | |
| (NSString *_Nullable) | - getMeetingPassword |
| Get current meeting's password. | |
| (BOOL) | - showMinimizeMeetingFromZoomUIMeeting |
| Call the method to show Minimize meeting when in Zoom UI meeting. | |
| (BOOL) | - backZoomUIMeetingFromMinimizeMeeting |
| Call the methond to back Zoom UI meeting when in minimize meeting. | |
| (BOOL) | - isParticipantsRenameAllowed |
| Query if the meeting is allow participants to rename themselves. | |
| (void) | - allowParticipantsToRename: |
| Set the meeting is allow participants to rename themselves. | |
| (BOOL) | - isParticipantsUnmuteSelfAllowed |
| Query if the meeting is allow participants to unmute themselves. | |
| (void) | - allowParticipantsToUnmuteSelf: |
| Query if the meeting is allow participants to unmute themselves. | |
| (MobileRTCSDKError) | - allowParticipantsToStartVideo: |
| Allow participant to start video. | |
| (BOOL) | - isParticipantsStartVideoAllowed |
| Query is allow participant to start video. | |
| (BOOL) | - isLiveTranscriptLegalNoticeAvailable |
| Is live transcript legal notice available. | |
| (NSString *_Nullable) | - getLiveTranscriptLegalNoticesPrompt |
| Get live transcript legal noticesPrompt. | |
| (NSString *_Nullable) | - getLiveTranscriptLegalNoticesExplained |
| Get live transcript legal notices explained. | |
| (BOOL) | - isParticipantRequestLocalRecordingAllowed |
| Check whether the current meeting allows participants to send local recording privilege requests. It can only be used in regular meetings, not in webinar or breakout room. | |
| (MobileRTCSDKError) | - allowParticipantsToRequestLocalRecording: |
| Allow participant to request local recording. | |
| (BOOL) | - canEnableParticipantRequestCloudRecording |
| Determines if the current user can enable participant request clould recording. | |
| (BOOL) | - isParticipantRequestCloudRecordingEnabled |
| Toggle whether attendees can send requests for the host to start a cloud recording. This can only be used in regular meeetings. | |
| (MobileRTCSDKError) | - allowParticipantsToRequestCloudRecording: |
| Allowing the regular attendees to send cloud recording privilege request, This can only be used in regular meeetings and webinar (no breakout rooms). | |
| (BOOL) | - isAutoAllowLocalRecordingRequest |
| Check whether the current meeting auto-grants participants’ local recording privilege requests. It can only be used in regular meetings (not webinar or breakout room). | |
| (MobileRTCSDKError) | - autoAllowLocalRecordingRequest: |
| Allow participants to request local recording. | |
| (BOOL) | - canSuspendParticipantsActivities |
| Whether the current user is able to suspend all participant activities. | |
| (MobileRTCSDKError) | - suspendParticipantsActivites |
| Suspend all participant activities. | |
| (MobileRTCSDKError) | - canHideParticipantProfilePictures |
| Query if the current user can hide participant profile pictures. | |
| (MobileRTCSDKError) | - hideParticipantProfilePictures: |
| Hide/Show participant profile pictures. | |
| (BOOL) | - isParticipantProfilePicturesHidden |
| Query if the current meeting hides participant pictures. | |
| (BOOL) | - isFocusModeEnabled |
| Get the focus mode enabled or not by web portal. | |
| (MobileRTCSDKError) | - turnFocusModeOn: |
| Turn focus mode on or off. Focus mode on means Participants will only be able to see hosts' videos and shared content, and videos of spotlighted participants. | |
| (BOOL) | - isFocusModeOn |
| Get the focus mode on or off. | |
| (MobileRTCFocusModeShareType) | - getFocusModeShareType |
| Get share focus mode type indicating who can see the shared content which is controlled by host or co-host. | |
| (MobileRTCSDKError) | - setFocusModeShareType: |
| Set focus mode type indicating who can see the shared content which is controlled by host or co-host. | |
| (BOOL) | - isSupportVirtualNameTag |
| Determines if there is support for the virtual name tag feature. | |
| (MobileRTCSDKError) | - enableVirtualNameTag: |
| Enable the virtual name tag feature for the account. | |
| (MobileRTCSDKError) | - updateVirtualNameTagRosterInfo: |
| Update the virtual name tag roster infomation for the account. | |
| (BOOL) | - isInterpretationEnabled |
| Determines if the interpretation feature is enabled in the meeting. | |
| (BOOL) | - isInterpretationStarted |
| Determines if interpretation has been started by the host. | |
| (BOOL) | - isInterpreter |
| Determines if myself is an interpreter. | |
| (MobileRTCInterpretationLanguage *_Nullable) | - getInterpretationLanguageByID: |
| Gets the interpretation language object of the specified language ID. | |
| (NSArray< MobileRTCInterpretationLanguage * > *_Nullable) | - getAllLanguageList |
| Gets all interpretation language list. | |
| (NSArray< MobileRTCMeetingInterpreter * > *_Nullable) | - getInterpreterList |
| Gets the interpreters list. | |
| (BOOL) | - addInterpreter:lan1:andLan2: |
| Adds someone as an interpreter. | |
| (BOOL) | - removeInterpreter: |
| Removes an interpreter. | |
| (BOOL) | - modifyInterpreter:lan1:andLan2: |
| Modifies the language of an interpreter. | |
| (BOOL) | - startInterpretation |
| Starts interpretation. | |
| (BOOL) | - stopInterpretation |
| Stops interpretation. | |
| (NSArray< MobileRTCInterpretationLanguage * > *_Nullable) | - getAvailableLanguageList |
| Gets the available interpretation language list. | |
| (BOOL) | - joinLanguageChannel: |
| Joins a language channel. | |
| (NSInteger) | - getJoinedLanguageID |
| Gets the language ID which myself is in. | |
| (BOOL) | - turnOffMajorAudio |
| Turns off the major audio if you are in some interpreter language channel. | |
| (BOOL) | - turnOnMajorAudio |
| Turns on the major audio if you are in some interpreter language channel. | |
| (BOOL) | - isMajorAudioTurnOff |
| Determines if the major audio is off. | |
| (NSArray< MobileRTCInterpretationLanguage * > *_Nullable) | - getInterpreterLans |
| Gets languages if myself is an interpreter. | |
| (BOOL) | - setInterpreterActiveLan: |
| Sets a language channel which myself will be in, if myself is an interpreter. | |
| (NSInteger) | - getInterpreterActiveLan |
| Gets the active language ID, if myself is an interpreter. | |
| (NSArray< MobileRTCInterpretationLanguage * > *_Nullable) | - getInterpreterAvailableLanguages |
| Gets the list of available languages that interpreters can hear. | |
| (BOOL) | - setInterpreterListenLan: |
| Sets a language that I can hear as an interpreter. | |
| (NSInteger) | - getInterpreterListenLan |
| Gets a language that I can hear as an interpreter. | |
| (BOOL) | - isMeetingSupportCC |
| Queries if the current meeting supports closed caption. | |
| (BOOL) | - canDisableCaptions |
| Queries if the user can disable captions. | |
| (MobileRTCSDKError) | - enableCaptions: |
| Enables or disables captions. | |
| (BOOL) | - isCaptionsEnabled |
| Queries if captions are enabled. | |
| (BOOL) | - isSupportRequestCaptions |
| Determines whether users can request to start captions. | |
| (MobileRTCSDKError) | - requestToStartCaptions: |
| Requests the host to start captions. If the host approves your request, you receive the callback MobileRTCMeetingServiceDelegate::onStartCaptionsRequestApproved, and you should start captions or translation there. | |
| (BOOL) | - isSupportTranslationWhenRequestToStartCaptions |
| Determines if translation is available when users request to start captions. | |
| (BOOL) | - canBeAssignedToSendCC: |
| Queries if the user can be assigned to send closed caption. | |
| (BOOL) | - assignCCPrivilege: |
| Assigns the user privilege to send closed caption. | |
| (BOOL) | - withdrawCCPrivilege: |
| Withdraws the user privilege to send closed caption. | |
| (BOOL) | - canAssignOthersToSendCC |
| Queries if the current user can assign the privilege of sending closed caption to others. | |
| (BOOL) | - enableMeetingManualCaption: |
| Hosts only API to set meeting language for the entire meeting. | |
| (BOOL) | - isMeetingManualCaptionEnabled |
| Determines whether it is enabled to manually input CC for the meeting. | |
| (BOOL) | - isLiveTranscriptionFeatureEnabled |
| Queries if this meeting supports the live transcription feature. | |
| (MobileRTCLiveTranscriptionStatus) | - getLiveTranscriptionStatus |
| Gets the current live transcription status. | |
| (BOOL) | - canStartLiveTranscription |
| Queries if meeting participants can start live transcription. | |
| (BOOL) | - startLiveTranscription |
| Starts live transcription. If the meeting enables multi-language transcription, all users can start live transcription. Otherwise, only the host can start. | |
| (BOOL) | - stopLiveTranscription |
| Stops live transcription. If the meeting enables multi-language transcription, all users can stop live transcription. Otherwise, only the host can stop. | |
| (BOOL) | - enableRequestLiveTranscription: |
| The host enables or disables the request live transcription. | |
| (BOOL) | - isRequestToStartLiveTranscriptionEnabled |
| Queries if it is enabled to request to start live transcription. | |
| (BOOL) | - requestToStartLiveTranscription: |
| Requests the host to start live transcription. | |
| (BOOL) | - isMultiLanguageTranscriptionEnabled |
| Determines whether the multi-language transcription feature is enabled. | |
| (BOOL) | - isTextLiveTranslationEnabled |
| Determines whether the translated captions feature is enabled. | |
| (MobileRTCSDKError) | - enableReceiveSpokenlLanguageContent: |
| Enables or disables receiving original and translated content. If you enable this feature, you need to start live transcription. | |
| (BOOL) | - isReceiveSpokenLanguageContentEnabled |
| Determines whether receiving original and translated content is available. | |
| (NSArray< MobileRTCLiveTranscriptionLanguage * > *_Nullable) | - getAvailableMeetingSpokenLanguages |
| Gets the list of all available spoken languages in the meeting. | |
| (BOOL) | - setMeetingSpokenLanguage: |
| Sets the spoken language of the current user. | |
| (MobileRTCSDKError) | - setMeetingSpokenLanguage:isForAll: |
| Sets the current user's spoken language. | |
| (MobileRTCLiveTranscriptionLanguage *_Nullable) | - getMeetingSpokenLanguage |
| Gets the spoken language of the current user. | |
| (NSArray< MobileRTCLiveTranscriptionLanguage * > *_Nullable) | - getAvailableTranslationLanguages |
| Gets the list of all available translation languages in the meeting. | |
| (BOOL) | - setTranslationLanguage: |
| Sets the translation language of the current user. | |
| (MobileRTCLiveTranscriptionLanguage *_Nullable) | - getTranslationLanguage |
| Gets the translation language of the current user. | |
| (BOOL) | - isSupportPhone |
| Determines whether the user account supports calling out. | |
| (BOOL) | - isDialOutSupported |
| Determines whether the user can dial out in the meeting. | |
| (NSArray< MobileRTCCallCountryCode * > *_Nullable) | - getSupportCountryInfo |
| Gets the list of countries that support call out. | |
| (BOOL) | - isDialOutInProgress |
| Determines whether there is any outgoing call in process. | |
| (BOOL) | - dialOut:isCallMe:withName: |
| Starts to dial out. | |
| (BOOL) | - cancelDialOut: |
| Cancels the dial out. | |
| (nullable MobileRTCCallCountryCode *) | - getDialInCurrentCountryCode |
| Gets the country code for the current user's locale. | |
| (nullable NSArray< NSArray< MobileRTCCallCountryCode * > * > *) | - getDialInAllCountryCodes |
| Gets all country codes. | |
| (nullable NSArray< MobileRTCCallCountryCode * > *) | - getDialInCallCodesWithCountryId: |
| Gets the country codes specified by country ID. | |
| (BOOL) | - dialInCall: |
| Makes a phone call to access voice. | |
| (BOOL) | - canDoPolling |
| Determines whether the current meeting can do polling. | |
| (NSString *_Nullable) | - getActivePollingID |
| Gets the active poll's ID. | |
| (NSArray< MobileRTCPollingQuestionItem * > *_Nullable) | - getPollingQuestionItemList: |
| Gets the list of polling question's subquestion. | |
| (BOOL) | - canGetRightAnswerItemList: |
| Determines if the right answer item list can be allowed to get. | |
| (NSArray< MobileRTCPollingAnswerItem * > *_Nullable) | - getPollingRightAnswerItemList: |
| Gets the list of polling question or subquestion's right answer. | |
| (BOOL) | - canShowAnswerResultList: |
| Determines if the answer result list can be shown. | |
| (NSArray< MobileRTCPollingAnswerResultItem * > *_Nullable) | - getPollingAnswerResultItemList: |
| Gets the list of polling answer result items. | |
| (MobileRTCPollingItem *_Nullable) | - getPollingItemByID: |
| Gets the polling item object of the specified polling ID. | |
| (NSString *_Nullable) | - getPollingQuestionImagePath:questionID: |
| Gets the polling question's image path. | |
| (NSInteger) | - getQuestionCharactersMinLen:questionID: |
| Gets the polling question's minimum length. | |
| (NSInteger) | - getQuestionCharactersMaxLen:questionID: |
| Gets the polling question's maximum length. | |
| (BOOL) | - isQuestionCaseSensitive:questionID: |
| Determines if the question is case sensitive. | |
| (BOOL) | - canAddPolling |
| Determines if the host can add polling. | |
| (MobileRTCSDKError) | - addPolling |
| Creates polling in a web browser. | |
| (BOOL) | - canEditPolling: |
| Determines if the host can edit polling. | |
| (MobileRTCSDKError) | - editPolling: |
| Opens edit polling in a web browser. | |
| (BOOL) | - canDeletePolling: |
| Determines if the host can delete polling. | |
| (MobileRTCSDKError) | - deletePolling: |
| Deletes the polling. | |
| (BOOL) | - canDuplicatePolling: |
| Determines if the host can duplicate polling. | |
| (MobileRTCSDKError) | - duplicatePolling: |
| Duplicates the polling. | |
| (BOOL) | - canViewPollingResultFromBrowser: |
| Determines if the user can view polling results in the browser. | |
| (MobileRTCSDKError) | - viewPollingResultFromBrowser: |
| Opens a polling result in the web browser. | |
| (NSArray< MobileRTCPollingItem * > *_Nullable) | - getPollingItemList |
| Gets the list of poll items. | |
| (BOOL) | - canStartPolling: |
| Determines if the host or co-host can start the polling. | |
| (MobileRTCSDKError) | - startPolling: |
| Starts the polling. | |
| (MobileRTCSDKError) | - stopPolling: |
| Stops the polling. | |
| (BOOL) | - canRestartPolling: |
| Determines if the host or co-host can restart the polling. | |
| (MobileRTCSDKError) | - restartPolling: |
| Restarts the polling. | |
| (BOOL) | - canSharePollingResult: |
| Determines if the host or co-host can share the poll's result. | |
| (MobileRTCSDKError) | - startSharePollingResult: |
| Shares the poll's result. | |
| (MobileRTCSDKError) | - stopSharePollingResult: |
| Stops sharing the poll's result. | |
| (MobileRTCSDKError) | - enableGetRightAnswerList: |
| Sets to enable showing right answer to participants when sharing quiz's result. | |
| (BOOL) | - canDownloadResult |
| Determines if the host can download poll's result from browser. | |
| (MobileRTCSDKError) | - downLoadResult |
| Downloads all stopped poll's result from browser. | |
| (MobileRTCSDKError) | - setAnswerCheck:check: |
| Attendee sets answer's check. | |
| (MobileRTCSDKError) | - setAnswerContent:answerText: |
| Attendee sets answer's content. | |
| (BOOL) | - canSubmitPolling: |
| Determines if the attendee can submit the polling. | |
| (MobileRTCSDKError) | - submitPolling: |
| Attendee submits the polling. | |
| (BOOL) | - isQAEnabled |
| Queries if Q&A is supported in this meeting. | |
| (MobileRTCSDKError) | - enableMeetingQAFeature: |
| Enables or disables meeting QA. | |
| (BOOL) | - isMeetingQAFeatureOn |
| Queries if meeting QA is enabled in the current meeting. | |
| (BOOL) | - isAskQuestionEnabled |
| Determines if asking questions is allowed by the host or co-host. | |
| (MobileRTCSDKError) | - enableAskQuestion: |
| Sets whether attendee can ask questions. | |
| (BOOL) | - presentQAViewController: |
| Presents Zoom original Q&A ViewController. | |
| (BOOL) | - isAllowAskQuestionAnonymously |
| Queries if it is allowed to ask questions anonymously in webinar. | |
| (BOOL) | - allowAskQuestionAnonymously: |
| Sets if it is enabled to ask questions anonymously. | |
| (BOOL) | - isAllowAttendeeViewAllQuestion |
| Queries if attendee is allowed to view all questions. | |
| (BOOL) | - allowAttendeeViewAllQuestion: |
| Allows or disallows attendee to view all questions. | |
| (BOOL) | - isAllowAttendeeUpVoteQuestion |
| Queries if attendee is allowed to upvote questions. | |
| (BOOL) | - allowAttendeeUpVoteQuestion: |
| Allows or disallows attendee to upvote questions. | |
| (BOOL) | - isAllowCommentQuestion |
| Queries if attendee is allowed to comment on questions. | |
| (BOOL) | - allowCommentQuestion: |
| Allows or disallows attendee to comment on questions. | |
| (nullable NSArray< MobileRTCQAItem * > *) | - getAllQuestionList |
| Gets all questions. | |
| (nullable NSArray< MobileRTCQAItem * > *) | - getMyQuestionList |
| Gets my questions. | |
| (nullable NSArray< MobileRTCQAItem * > *) | - getOpenQuestionList |
| Gets open questions. | |
| (nullable NSArray< MobileRTCQAItem * > *) | - getDismissedQuestionList |
| Gets dismissed questions. | |
| (nullable NSArray< MobileRTCQAItem * > *) | - getAnsweredQuestionList |
| Gets answered questions. | |
| (int) | - getALLQuestionCount |
| Gets the amount of all questions. | |
| (int) | - getMyQuestionCount |
| Gets the amount of my questions. | |
| (int) | - getOpenQuestionCount |
| Gets the amount of open questions. | |
| (int) | - getDismissedQuestionCount |
| Gets the amount of dismissed questions. | |
| (int) | - getAnsweredQuestionCount |
| Gets the amount of answered questions. | |
| (nullable MobileRTCQAItem *) | - getQuestion: |
| Gets question item by question ID. | |
| (nullable MobileRTCQAAnswerItem *) | - getAnswer: |
| Gets answer item by answer ID. | |
| (BOOL) | - addQuestion:anonymous: |
| Adds a question. | |
| (BOOL) | - answerQuestionPrivate:answerContent: |
| Answers a question in private. | |
| (BOOL) | - answerQuestionPublic:answerContent: |
| Answers a question publicly. | |
| (BOOL) | - commentQuestion:commentContent: |
| Attendee comments on a question. | |
| (BOOL) | - dismissQuestion: |
| Dismisses a question. | |
| (BOOL) | - reopenQuestion: |
| Reopens a question. | |
| (BOOL) | - voteupQuestion:voteup: |
| Votes up a question. | |
| (BOOL) | - startLiving: |
| Starts living a question. | |
| (BOOL) | - endLiving: |
| Ends living a question. | |
| (BOOL) | - deleteQuestion: |
| Deletes a question. | |
| (BOOL) | - deleteAnswer: |
| Deletes an answer. | |
| (BOOL) | - isQALegalNoticeAvailable |
| Determines if QA legal notice is available. | |
| (NSString *_Nullable) | - getQALegalNoticesPrompt |
| Gets QA legal notices prompt. | |
| (NSString *_Nullable) | - getQALegalNoticesExplained |
| Gets QA legal notices explained. | |
| (BOOL) | - startRawArchiving |
| Starts raw archiving and gets raw data receive privilege. | |
| (BOOL) | - stopRawArchiving |
| Stops raw archiving and revokes raw data receive privilege. | |
| (BOOL) | - isEmojiReactionEnabled |
| Determines if the Reaction feature is enabled. | |
| (MobileRTCSDKError) | - sendEmojiReaction: |
| Sends emoji reaction. | |
| (MobileRTCSDKError) | - sendEmojiFeedback: |
| Sends the emoji feedback. | |
| (MobileRTCSDKError) | - cancelEmojiFeedback |
| Cancels the emoji feedback. | |
| (BOOL) | - isSignInterpretationEnabled |
| Determines if the sign interpretation function is enabled. | |
| (MobileRTCSignInterpretationStatus) | - getSignInterpretationStatus |
| Gets the sign interpretation status of the current meeting. | |
| (BOOL) | - isSignInterpreter |
| Determines if self is a sign interpreter. | |
| (MobileRTCSignInterpreterLanguage *_Nullable) | - getSignInterpretationLanguageInfoByID: |
| Gets the sign interpretation language object of the specified sign language ID. | |
| (NSArray< MobileRTCSignInterpreterLanguage * > *_Nullable) | - getAvailableSignLanguageInfoList |
| Gets the available sign interpretation language list. | |
| (NSArray< MobileRTCSignInterpreterLanguage * > *_Nullable) | - getAllSupportedSignLanguageInfoList |
| Gets all supported sign interpretation language list. Only for host. | |
| (NSArray< MobileRTCSignInterpreter * > *_Nullable) | - getSignInterpreterList |
| Gets the sign interpreters list. | |
| (MobileRTCSDKError) | - addSignInterpreter:signLanId: |
| Adds someone as a sign interpreter. | |
| (MobileRTCSDKError) | - removeSignInterpreter: |
| Removes an interpreter. | |
| (MobileRTCSDKError) | - modifySignInterpreter:signLanId: |
| Modifies the language of a sign interpreter. | |
| (BOOL) | - canStartSignInterpretation |
| Determines if I can start the sign interpretation in the meeting. | |
| (MobileRTCSDKError) | - startSignInterpretation |
| Starts sign interpretation. | |
| (MobileRTCSDKError) | - stopSignInterpretation |
| Stops sign interpretation. | |
| (MobileRTCSDKError) | - requestSignLanuageInterpreterToTalk:allowToTalk: |
| The host allows or disallows sign language interpreter to talk. | |
| (BOOL) | - isAllowSignLanuageInterpreterToTalk: |
| Determines if the sign language interpreter is allowed to talk. | |
| (NSString *_Nullable) | - getSignInterpreterAssignedLanID |
| Gets sign language ID if myself is a sign interpreter. Only for interpreter. | |
| (MobileRTCSDKError) | - joinSignLanguageChannel: |
| Joins a sign language channel if myself is not a sign interpreter. Only for non-interpreter. | |
| (MobileRTCSDKError) | - leaveSignLanguageChannel |
| Leaves the current sign language channel if myself is not a sign interpreter. Only for non-interpreter. | |
| (BOOL) | - isSmartSummarySupported |
| Determines if the current meeting supports smart summary feature. | |
| (BOOL) | - isSmartSummaryEnabled |
| Determines if the smart summary feature is enabled in the meeting. | |
| (MobileRTCSDKError) | - canRequestStartSmartSummary |
| Determines whether the current user can request the host to start the smart summary for the current meeting. | |
| (MobileRTCSDKError) | - requestStartSmartSummary |
| Requests the host to start the smart summary for the current meeting. | |
| (MobileRTCSDKError) | - canStartSmartSummary |
| Determines whether the current user is able to start smart summary. | |
| (MobileRTCSDKError) | - startSmartSummary |
| Starts smart summary. | |
| (MobileRTCSDKError) | - stopSmartSummary |
| Stops smart summary. | |
| (BOOL) | - isSmartSummaryStarted |
| Queries whether smart summary is started. | |
| (BOOL) | - changeName:withUserID: |
| Changes the user's screen name in the meeting. | |
| (nullable NSArray< NSNumber * > *) | - getInMeetingUserList |
| Gets all the users in the meeting. | |
| (nullable NSArray< NSNumber * > *) | - getWebinarAttendeeList |
| Gets all the attendees in the webinar. | |
| (nullable MobileRTCMeetingUserInfo *) | - userInfoByID: |
| Gets user information in the meeting. | |
| (nullable MobileRTCMeetingWebinarAttendeeInfo *) | - attendeeInfoByID: |
| Gets attendees' information in the webinar. | |
| (BOOL) | - makeHost: |
| Assigns a user as the host in the meeting. | |
| (BOOL) | - removeUser: |
| Removes a user from the meeting. | |
| (NSUInteger) | - myselfUserID |
| Gets the ID of the current user in the meeting. | |
| (NSUInteger) | - activeUserID |
| Gets the ID of the active user in the meeting. | |
| (NSUInteger) | - activeShareUserID |
| Gets the ID of the user who is sharing in the meeting. | |
| (NSArray< NSNumber * > *_Nullable) | - getViewableSharingUserList |
| Gets the IDs of users who are sharing. | |
| (NSArray< NSNumber * > *_Nullable) | - getViewableDocSharingUserList |
| Gets the IDs of users who are sharing docs. | |
| (NSArray *_Nullable) | - getCompanionChildList: |
| Gets the user's child list. | |
| (MobileRTCMeetingUserInfo *_Nullable) | - getCompanionParentUser: |
| Gets the information about the user's parent user. | |
| (BOOL) | - isSameUser:compareTo: |
| Judges if the two IDs from different sessions are of the same user. | |
| (BOOL) | - isHostUser: |
| Queries if the user is host. | |
| (BOOL) | - isMyself: |
| Queries if the ID is the current user's. | |
| (BOOL) | - isH323User: |
| Queries if the user joined the meeting from H.323. | |
| (BOOL) | - raiseMyHand |
| Raises hand of the current user. | |
| (BOOL) | - lowerHand: |
| Puts hands down of the current user. | |
| (BOOL) | - lowerAllHand: |
| Puts all users' hands down. | |
| (BOOL) | - isSelfOriginalHost |
| Queries whether the current user is the original host. | |
| (BOOL) | - canClaimhost |
| Queries if the current user can claim to be a host. | |
| (BOOL) | - reclaimHost |
| Reclaims the role of the host. | |
| (BOOL) | - claimHostWithHostKey: |
| Claims to be a host by host key. | |
| (BOOL) | - assignCohost: |
| Assigns a user as co-host in the meeting. | |
| (BOOL) | - revokeCoHost: |
| Revokes co-host role of another user in the meeting. | |
| (BOOL) | - canBeCoHost: |
| Queries if the user can be assigned as co-host in the meeting. | |
| (BOOL) | - isRawLiveStreaming: |
| Determines whether the user has started a live stream. | |
| (BOOL) | - hasRawLiveStreamPrivilege: |
| Determines whether the user has raw live stream privilege. | |
| (nullable MobileRTCMeetingUserInfo *) | - getBotAuthorizedUserInfoByUserID: |
| Gets the information about the bot's authorized user. | |
| (nullable NSArray< NSNumber * > *) | - getAuthorizedBotListByUserID: |
| Gets the authorizer's bot list. | |
| (MobileRTCSDKError) | - assignCohost:withAssetsPrivilege: |
| Assigns a user as co-host in the meeting and grants this user with privilege to manage related assets after the meeting. | |
| (MobileRTCSDKError) | - makeHost:withAssetsPrivilege: |
| Assigns a user as the host in the meeting and grants this user with privilege to manage related assets after the meeting. | |
| (BOOL) | - canBeCoOwner: |
| Queries if the user can be assigned as co-owner in the meeting. Co-owner can be granted with privilege to manage some assets after the meeting. | |
| (BOOL) | - isSendingMyVideo |
| Queries if the user is sending video. | |
| (BOOL) | - canUnmuteMyVideo |
| Queries if the user can unmute their video themselves. | |
| (MobileRTCSDKError) | - muteMyVideo: |
| Mutes or unmutes video of the current user. | |
| (BOOL) | - rotateMyVideo: |
| Rotates my video. | |
| (BOOL) | - isUserSpotlighted: |
| Queries if the user's video is spotlighted. Once the user's video is spotlighted, it shows only the specified video in the meeting instead of the active user's. | |
| (BOOL) | - spotlightVideo:withUser: |
| Sets whether to spotlight the user's video. | |
| (BOOL) | - unSpotlightAllVideos |
| Un-spotlights all users. | |
| (NSArray< NSNumber * > *_Nullable) | - getSpotLightedVideoUserList |
| Gets the spotlight user list. | |
| (BOOL) | - isUserPinned: |
| Queries if the user's video is pinned. | |
| (MobileRTCPinResult) | - canPinVideo: |
| Determines whether the user's video can be pinned. | |
| (BOOL) | - pinVideo:withUser: |
| Sets whether to pin the user's video or not. | |
| (BOOL) | - isUserVideoSending: |
| Queries if the user's video is being sent. | |
| (BOOL) | - stopUserVideo: |
| Stops the user's video. | |
| (BOOL) | - askUserStartVideo: |
| The host can use this function to demand the user to start video. | |
| (CGSize) | - getUserVideoSize: |
| Gets the size of the user's video. | |
| (BOOL) | - isBackCamera |
| Queries if the user is using back camera. | |
| (MobileRTCCameraError) | - switchMyCamera |
| Switches the camera of the current user in the local device. | |
| (NSArray< MobileRTCCameraDevice * > *_Nullable) | - getCameraDeviceList |
| Gets the camera device list. | |
| (BOOL) | - switchCamera: |
| Switches camera by camera ID. | |
| (MobileRTCCameraDevice *_Nullable) | - getSelectedCamera |
| Gets the current camera device in use. | |
| (BOOL) | - zoomCamera: |
| Zooms the camera in or out. | |
| (MobileRTCSDKError) | - setVideoQualityPreference: |
| Sets the video quality preference that automatically adjusts the user's video to prioritize frame rate vs. resolution based on the current bandwidth available. | |
| (BOOL) | - isSupportFollowHostVideoOrder |
| Queries if the account supports follow host video order feature. | |
| (BOOL) | - isFollowHostVideoOrderOn |
| Queries if follow host video order is currently on. | |
| (NSArray< NSNumber * > *_Nullable) | - getVideoOrderList |
| Gets the follow host video order array currently. | |
| (MobileRTCSDKError) | - stopIncomingVideo: |
| Stops the incoming video. | |
| (BOOL) | - isIncomingVideoStoped |
| Determines if the incoming video is stopped. | |
| (BOOL) | - isStopIncomingVideoSupported |
| Determines if the incoming video is supported. | |
| (MobileRTCSDKError) | - enableVideoAutoFraming:forMode: |
| Enables my video auto-framing. | |
| (MobileRTCSDKError) | - disableVideoAutoFraming |
| Stops video auto-framing. | |
| (BOOL) | - isVideoAutoFramingEnabled |
| Determines whether auto-framing is enabled. | |
| (MobileRTCAutoFramingMode) | - getVideoAutoFramingMode |
| Gets the current mode of auto-framing. | |
| (MobileRTCSDKError) | - setVideoAutoFramingMode: |
| Sets the mode of auto-framing when auto-framing is enabled. | |
| (MobileRTCSDKError) | - setVideoAutoFramingRatio: |
| Sets the zoom in ratio of auto-framing when auto-framing is enabled. | |
| (MobileRTCSDKError) | - setFaceRecognitionFailStrategy: |
| Sets the fail strategy of face recognition when auto-framing is enabled (mode is MobileRTCAutoFramingMode_FaceRecognition). | |
| (MobileRTCAutoFramingParameter *_Nullable) | - getVideoAutoFramingSetting: |
| Gets the setting of auto-framing. | |
| (BOOL) | - canEnableAlphaChannelMode |
| Determines if alpha channel mode can be enabled. | |
| (MobileRTCSDKError) | - enableAlphaChannelMode: |
| Enables or disables alpha channel mode. | |
| (BOOL) | - isAlphaChannelModeEnabled |
| Determines if alpha channel mode is enabled. | |
| (BOOL) | - startPreviewWithFrame: |
| Starts preview to inspect the virtual background effect. | |
| (void) | - stopPreview |
| Stops previewing the virtual background. | |
| (BOOL) | - isSupportVirtualBG |
| Determines if the virtual background feature is supported by the meeting. | |
| (BOOL) | - isDeviceSupportSmartVirtualBG |
| Determines if the smart virtual background feature can be supported by the machine. | |
| (BOOL) | - isSupportSmartVirtualBG |
| Determines if smart virtual background is supported. | |
| (NSArray< MobileRTCVirtualBGImageInfo * > *_Nullable) | - getBGImageList |
| Gets the virtual background list. | |
| (BOOL) | - isAllowToAddNewVBItem |
| Determines if the adding new virtual background item feature is supported by the meeting. | |
| (MobileRTCMeetError) | - addBGImage: |
| Adds and uses the image for virtual background. | |
| (MobileRTCMeetError) | - removeBGImage: |
| Removes image item from image list. Will use the previous one for virtual background. | |
| (MobileRTCMeetError) | - useBGImage: |
| Uses the specified image item for virtual background. | |
| (MobileRTCMeetError) | - useNoneImage |
| Disables the virtual background, same as using a none image item. | |
| (BOOL) | - isUsingGreenVB |
| Determines if using green virtual background. | |
| (MobileRTCMeetError) | - enableGreenVB: |
| Enables or disables green virtual background mode. | |
| (MobileRTCMeetError) | - selectGreenVBPoint: |
| Selects the point that is regarded as background. | |
| (BOOL) | - hasPromptAndDePromptPrivilege |
| Queries if the user has the privilege to prompt or demote users in the webinar. | |
| (BOOL) | - promptAttendee2Panelist: |
| Prompts attendee to panelist in Webinar. | |
| (BOOL) | - dePromptPanelist2Attendee: |
| Demotes the panelist to attendee. | |
| (BOOL) | - changePanelistChatPrivilege: |
| Sets the chat privilege of the panelist. | |
| (MobileRTCPanelistChatPrivilegeType) | - getPanelistChatPrivilege |
| Gets the chat privilege of the panelist. | |
| (BOOL) | - allowAttendeeChat: |
| Allows or disallows attendee to chat. | |
| (MobileRTCChatAllowAttendeeChat) | - getWebinarAttendeeChatPrivilege |
| Gets webinar attendee chat privilege type. | |
| (BOOL) | - isAllowAttendeeTalk: |
| Queries if the attendee is allowed to talk in Webinar Meeting. | |
| (BOOL) | - allowAttenddeTalk:allow: |
| Allows or disallows attendee to talk in webinar. | |
| (BOOL) | - isAllowPanelistStartVideo |
| Queries if panelist can start video in Webinar Meeting. | |
| (BOOL) | - allowPanelistStartVideo: |
| Allows or disallows panelist to start video in Webinar. | |
| (BOOL) | - isWebinarEmojiReactionSupported |
| Determines if current webinar supports emoji reactions. | |
| (BOOL) | - isWebinarEmojiReactionAllowed |
| Queries if emoji reactions status is allowed. | |
| (MobileRTCSDKError) | - allowWebinarEmojiReaction |
| Permits the use of emoji reactions. | |
| (MobileRTCSDKError) | - disallowWebinarEmojiReaction |
| Forbids the use of emoji reactions. | |
| (BOOL) | - isAttendeeRaiseHandAllowed |
| Queries if attendee raise hand status is allowed. | |
| (MobileRTCSDKError) | - allowAttendeeRaiseHand |
| Allows the attendee to use the raise hand. | |
| (MobileRTCSDKError) | - disallowAttendeeRaiseHand |
| Does not let the attendee raise their hand. | |
| (BOOL) | - isAttendeeViewTheParticipantCountAllowed |
| Queries if attendee is allowed to view the participant count. | |
| (MobileRTCSDKError) | - allowAttendeeViewTheParticipantCount |
| Allows the attendee to view the participant count. | |
| (MobileRTCSDKError) | - disallowAttendeeViewTheParticipantCount |
| Forbids the attendee to view the participant count. | |
| (NSUInteger) | - getParticipantCount |
| Gets the participant count. | |
| (MobileRTCSDKError) | - setAttendeeViewMode: |
| Sets the view mode of the attendee. | |
| (MobileRTCAttendeeViewMode) | - getAttendeeViewMode |
| Gets the view mode of the attendee. | |
| (NSString *_Nullable) | - getPollLegalNoticesPrompt |
| Gets poll legal notices prompt. | |
| (BOOL) | - isPollingLegalNoticeAvailable |
| Determines if polling legal notice is available. | |
| (NSString *_Nullable) | - getPollLegalNoticesExplained |
| Gets poll legal notices explained. | |
| (NSString *_Nullable) | - getPollAnonymousLegalNoticesExplained |
| Gets poll anonymous legal notices explained. | |
| (NSString *_Nullable) | - getWebinarRegistrationLegalNoticesPrompt |
| Gets annotation over share legal notices prompt. | |
| (MobileRTCWebinarRegistLegalNoticeContent *_Nullable) | - getWebinarRegistrationLegalNoticesExplained |
| Gets annotation over share legal notices explained. | |
| (BOOL) | - isSupportWhiteBoard |
| Determines whether the current meeting supports the whiteboard. | |
| (MobileRTCCannotShareReasonType) | - canStartShareWhiteboard |
| Determines whether the current meeting can start sharing the whiteboard. | |
| (MobileRTCSDKError) | - setParentViewCtroller: |
| Sets parent view controller for whiteboard board view and whiteboard canvas. | |
| (MobileRTCSDKError) | - showWhiteboardByParentViewCtroller: |
| Shows whiteboard or DashboardView. Need to set parent view controller. If whiteboard is active MobileRTCWhiteboardStatus_Started, that can show active whiteboard. | |
| (MobileRTCSDKError) | - showDashboardView |
| Shows the dashboard web view window. | |
| (void) | - dismissWhiteboardOrDashboard |
| Dismisses whiteboard or dashboard. | |
| (MobileRTCSDKError) | - setWhiteboardShareOption: |
| Sets the option for who can share a whiteboard. | |
| (MobileRTCWhiteboardShareOption) | - getWhiteboardShareOption |
| Gets the option for who can share a whiteboard. | |
| (MobileRTCSDKError) | - setWhiteboardCreateOption: |
| Sets the option for who can initiate a new whiteboard. | |
| (MobileRTCWhiteboardCreateOption) | - getWhiteboardCreateOption |
| Gets the option for who can initiate a new whiteboard. | |
| (MobileRTCSDKError) | - enableParticipantsCreateWithoutHost: |
| Enables or disables the participants to create a new whiteboard without the host in the meeting. | |
| (BOOL) | - isParticipantsCreateWithoutHostEnabled |
| Determines whether enabling the participants to create a new whiteboard without the host in the meeting is enabled. | |
| (void) | - disableCloudWhiteboard: |
| Enables or disables the new Zoom Whiteboard feature (different from Classic Whiteboard). This feature is enabled by default. | |
| (BOOL) | - setCloudWhiteboardFeedbackUrl: |
| Allows the developer to customize the URL of cloud whiteboard feedback. | |
| (void) | - hideCloudWhiteboardHelperCenterButton: |
| Sets the Helper center button's visibility on cloud whiteboard. Default is displaying. | |
| (void) | - hideCloudWhiteboardOpenInBrowserButton: |
| Sets the Open in browser button's visibility on cloud whiteboard. Default is displaying. | |
| (void) | - hideFeedbackButtonOnCloudWhiteboard: |
| Hides feedback button on cloud whiteboard. | |
| (void) | - hideShareButtonOnCloudWhiteboard: |
| Hides share button on cloud whiteboard. | |
| (void) | - hideAboutButtonOnCloudWhiteboard: |
| Sets About button's visibility on the cloud whiteboard. Default is displaying. | |
| (BOOL) | - isWhiteboardLegalNoticeAvailable |
| Determines if whiteboard legal notice is available. | |
| (NSString *_Nullable) | - getWhiteboardLegalNoticesPrompt |
| Gets whiteboard legal notices message. | |
| (NSString *_Nullable) | - getWhiteboardLegalNoticesExplained |
| Gets whiteboard legal notices detailed description. | |
| (BOOL) | - isOtherSharingWhiteboard |
| Determines if other user is sharing whiteboard. | |
| (BOOL) | - isSharingWhiteboardOut |
| Determines if the current user is sharing whiteboard. | |
| (MobileRTCSDKError) | - transferFile:toUser: |
| Sends file to the specified user in the current meeting. | |
| (MobileRTCSDKError) | - transferFileToAll: |
| Sends file to all users in the current meeting. | |
| (NSString *_Nullable) | - getTransferFileTypeAllowList |
| Gets the list of allowed file types in transfer. | |
| (unsigned long long) | - getMaxTransferFileSize |
| Gets the maximum size for file transfer. | |
Properties | |
| id< MobileRTCMeetingServiceDelegate > _Nullable | delegate |
| Callback to receive meeting events. | |
| id< MobileRTCCustomizedUIMeetingDelegate > _Nullable | customizedUImeetingDelegate |
| Callback for custom UI meeting events. Custom UI features enable you to customize the user interface instead of using the default client view. | |
| UIView *_Nullable | previewView |
| The preview for inspect the virtual background effect. | |
Enables the client to start or join a meeting.
Definition at line 304 of file MobileRTCMeetingService.h.
| - (NSUInteger) activeShareUserID |
Gets the ID of the user who is sharing in the meeting.
Provided by category MobileRTCMeetingService(User).
| - (NSUInteger) activeUserID |
Gets the ID of the active user in the meeting.
Provided by category MobileRTCMeetingService(User).
| - (MobileRTCMeetError) addBGImage: | (UIImage *_Nullable) | image |
Adds and uses the image for virtual background.
| image | The image to add. |
Provided by category MobileRTCMeetingService(VirtualBackground).
| - (BOOL) addInterpreter: | (NSUInteger) | userID | |
| lan1: | (NSInteger) | lanID1 | |
| andLan2: | (NSInteger) | lanID2 |
Adds someone as an interpreter.
| userID | The user ID. |
| lanID1 | The first language ID. |
| lanID2 | The second language ID. |
Provided by category MobileRTCMeetingService(Interpretation).
| - (MobileRTCSDKError) addPolling |
Creates polling in a web browser.
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) addQuestion: | (nonnull NSString *) | content | |
| anonymous: | (BOOL) | anonymous |
Adds a question.
| content | The question content. |
| anonymous | YES if anonymously. Otherwise, NO. |
Provided by category MobileRTCMeetingService(QA).
| - (MobileRTCSDKError) addSignInterpreter: | (NSUInteger) | userID | |
| signLanId: | (NSString *_Nullable) | signLanID |
Adds someone as a sign interpreter.
| userID | The unique identity of the user. |
| signLanID | The ID of sign language. |
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (BOOL) allowAskQuestionAnonymously: | (BOOL) | enable |
Sets if it is enabled to ask questions anonymously.
| enable | YES to enable. Otherwise, NO to disable. |
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) allowAttenddeTalk: | (NSUInteger) | userID | |
| allow: | (BOOL) | enable |
Allows or disallows attendee to talk in webinar.
| userID | The user ID to be allowed. |
| enable | YES to enable. Otherwise, NO to disable. |
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) allowAttendeeChat: | (MobileRTCChatAllowAttendeeChat) | privilegeType |
Allows or disallows attendee to chat.
| privilegeType | The chat privilege type. |
Provided by category MobileRTCMeetingService(Webinar).
| - (MobileRTCSDKError) allowAttendeeRaiseHand |
Allows the attendee to use the raise hand.
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) allowAttendeeUpVoteQuestion: | (BOOL) | enable |
Allows or disallows attendee to upvote questions.
| enable | YES to allow. Otherwise, NO to disallow. |
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) allowAttendeeViewAllQuestion: | (BOOL) | enable |
Allows or disallows attendee to view all questions.
| enable | YES to enable. Otherwise, NO to disable. |
Provided by category MobileRTCMeetingService(QA).
| - (MobileRTCSDKError) allowAttendeeViewTheParticipantCount |
Allows the attendee to view the participant count.
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) allowCommentQuestion: | (BOOL) | enable |
Allows or disallows attendee to comment on questions.
| enable | YES to allow. Otherwise, NO to disallow. |
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) allowPanelistStartVideo: | (BOOL) | enable |
Allows or disallows panelist to start video in Webinar.
| enable | YES to enable. Otherwise, NO to disable. |
Provided by category MobileRTCMeetingService(Webinar).
| - (void) allowParticipantsToRename: | (BOOL) | allow |
Set the meeting is allow participants to rename themselves.
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCSDKError) allowParticipantsToRequestCloudRecording: | (BOOL) | allow |
Allowing the regular attendees to send cloud recording privilege request, This can only be used in regular meeetings and webinar (no breakout rooms).
| allow | TRUE indicates that participantsthe are allowed the regular attendees to send cloud recording privilege request. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCSDKError) allowParticipantsToRequestLocalRecording: | (BOOL) | allow |
Allow participant to request local recording.
| allow | YES: allow, NO: disallow. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCSDKError) allowParticipantsToShareWhiteBoard: | (BOOL) | allow |
Allows or disallows participants to share whiteboard.
| allow | YES to allow. Otherwise, NO to disallow. |
Provided by category MobileRTCMeetingService(AppShare).
| - (MobileRTCSDKError) allowParticipantsToStartVideo: | (BOOL) | allow |
Allow participant to start video.
| allow | YES: allow, NO: disallow. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (void) allowParticipantsToUnmuteSelf: | (BOOL) | allow |
Query if the meeting is allow participants to unmute themselves.
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCSDKError) allowWebinarEmojiReaction |
Permits the use of emoji reactions.
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) answerQuestionPrivate: | (nonnull NSString *) | questionID | |
| answerContent: | (nonnull NSString *) | answerContent |
Answers a question in private.
| questionID | The question ID. |
| answerContent | The answer content. |
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) answerQuestionPublic: | (nonnull NSString *) | questionID | |
| answerContent: | (nonnull NSString *) | answerContent |
Answers a question publicly.
| questionID | The question ID. |
| answerContent | The answer content. |
Provided by category MobileRTCMeetingService(QA).
| - (void) appShareWithView: | (nonnull id) | view |
Shares content with the current view.
| view | The view to share. |
Provided by category MobileRTCMeetingService(AppShare).
| - (BOOL) askAllToUnmute |
Asks all attendees to unmute audio.
Provided by category MobileRTCMeetingService(Audio).
| - (BOOL) askUserStartVideo: | (NSUInteger) | userID |
The host can use this function to demand the user to start video.
| userID | The user ID who needs to turn on video in the meeting. |
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) assignCCPrivilege: | (NSUInteger) | userId |
Assigns the user privilege to send closed caption.
| userId | The user ID. |
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) assignCohost: | (NSUInteger) | userID |
Assigns a user as co-host in the meeting.
| userID | The user ID. |
Provided by category MobileRTCMeetingService(User).
| - (MobileRTCSDKError) assignCohost: | (NSUInteger) | userId | |
| withAssetsPrivilege: | (NSArray< MobileRTCGrantCoOwnerAssetsInfo * > *_Nonnull) | infoList |
Assigns a user as co-host in the meeting and grants this user with privilege to manage related assets after the meeting.
| userId | The user ID who is specified as co-host in the meeting. |
| infoList | The assets privilege information list. |
Provided by category MobileRTCMeetingService(User).
| - (nullable MobileRTCMeetingWebinarAttendeeInfo *) attendeeInfoByID: | (NSUInteger) | userId |
Gets attendees' information in the webinar.
| userId | The attendee's ID in the meeting. |
Provided by category MobileRTCMeetingService(User).
| - (MobileRTCSDKError) autoAllowLocalRecordingRequest: | (BOOL) | allow |
Allow participants to request local recording.
| allow | YES: allow, NO: disallow. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) backZoomUIMeetingFromMinimizeMeeting |
Call the methond to back Zoom UI meeting when in minimize meeting.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) callRoomDevice: | (nonnull MobileRTCRoomDevice *) | device |
The user calls out to invite the room device.
| device | The room device. |
Provided by category MobileRTCMeetingService(Customize).
| - (BOOL) canAddPolling |
Determines if the host can add polling.
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) canAssignOthersToSendCC |
Queries if the current user can assign the privilege of sending closed caption to others.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) canBeAssignedToSendCC: | (NSUInteger) | userId |
Queries if the user can be assigned to send closed caption.
| userId | The user ID. |
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) canBeCoHost: | (NSUInteger) | userID |
Queries if the user can be assigned as co-host in the meeting.
| userID | The user ID. |
Provided by category MobileRTCMeetingService(User).
| - (BOOL) canBeCoOwner: | (NSUInteger) | userId |
Queries if the user can be assigned as co-owner in the meeting. Co-owner can be granted with privilege to manage some assets after the meeting.
| userId | The user ID who will be assigned as co-owner in the meeting. |
Provided by category MobileRTCMeetingService(User).
| - (BOOL) cancelCallRoomDevice |
Cancels calling room device.
Provided by category MobileRTCMeetingService(Customize).
| - (BOOL) cancelDialOut: | (BOOL) | isCallMe |
Cancels the dial out.
| isCallMe | YES to call me, NO to invite others by phone. |
Provided by category MobileRTCMeetingService(Phone).
| - (MobileRTCSDKError) cancelEmojiFeedback |
Cancels the emoji feedback.
Provided by category MobileRTCMeetingService(Reaction).
| - (BOOL) canClaimhost |
Queries if the current user can claim to be a host.
Provided by category MobileRTCMeetingService(User).
| - (BOOL) canDeletePolling: | (NSString *_Nullable) | pollingID |
Determines if the host can delete polling.
| pollingID | The edit poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) canDisableCaptions |
Queries if the user can disable captions.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) canDoPolling |
Determines whether the current meeting can do polling.
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) canDownloadResult |
Determines if the host can download poll's result from browser.
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) canDuplicatePolling: | (NSString *_Nullable) | pollingID |
Determines if the host can duplicate polling.
| pollingID | The duplicate poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) canEditPolling: | (NSString *_Nullable) | pollingID |
Determines if the host can edit polling.
| pollingID | The edit poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) canEnableAlphaChannelMode |
Determines if alpha channel mode can be enabled.
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) canEnableLiveStreamReminder |
Check if the current user can enable/disable the live stream reminder.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) canEnableMuteOnEntry |
Determines whether the host or cohost can enable mute on entry.
Provided by category MobileRTCMeetingService(Audio).
| - (BOOL) canEnableParticipantRequestCloudRecording |
Determines if the current user can enable participant request clould recording.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) canGetRightAnswerItemList: | (NSString *_Nullable) | pollingID |
Determines if the right answer item list can be allowed to get.
| pollingID | The right answer's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (MobileRTCSDKError) canHideParticipantProfilePictures |
Query if the current user can hide participant profile pictures.
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCPinResult) canPinVideo: | (NSUInteger) | userId |
Determines whether the user's video can be pinned.
| userId | The user ID whose video is being checked. |
Provided by category MobileRTCMeetingService(Video).
| - (MobileRTCSDKError) canRequestStartSmartSummary |
Determines whether the current user can request the host to start the smart summary for the current meeting.
Provided by category MobileRTCMeetingService(SmartSummary).
| - (BOOL) canRequestTurnoffAllAICompanion |
Determines whether the current user can ask the host to turn off all started AI Companion features.
Provided by category MobileRTCMeetingService(AICompanion).
| - (BOOL) canRequestTurnOnAllAICompanion |
Determines whether the current user can ask the host to turn on all AI Companion features if they are enabled for the current meeting.
Provided by category MobileRTCMeetingService(AICompanion).
| - (BOOL) canRestartPolling: | (NSString *_Nullable) | pollingID |
Determines if the host or co-host can restart the polling.
| pollingID | The poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) canSetDocsOption |
Determines whether the current user can set Docs option.
Provided by category MobileRTCMeetingService(Docs).
| - (BOOL) canSetMeetingTopic |
Determines if host or co-host can change the meeting topic.
Provided by category MobileRTCMeetingService(Customize).
| - (BOOL) canSharePollingResult: | (NSString *_Nullable) | pollingID |
Determines if the host or co-host can share the poll's result.
| pollingID | The poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) canShowAnswerResultList: | (NSString *_Nullable) | pollingID |
Determines if the answer result list can be shown.
| pollingID | The right answer's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) canStartLiveTranscription |
Queries if meeting participants can start live transcription.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) canStartPolling: | (NSString *_Nullable) | pollingID |
Determines if the host or co-host can start the polling.
| pollingID | The poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (MobileRTCSDKError) canStartRawLiveStream |
Whether the current user is able to start raw live streaming.
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCCannotShareReasonType) canStartShare |
Determines whether the current meeting can start sharing.
Provided by category MobileRTCMeetingService(AppShare).
| - (MobileRTCCannotShareReasonType) canStartShareDoc |
Determines whether the current user can start sharing Doc.
Provided by category MobileRTCMeetingService(Docs).
| - (MobileRTCCannotShareReasonType) canStartShareWhiteboard |
Determines whether the current meeting can start sharing the whiteboard.
Provided by category MobileRTCMeetingService(Whiteboard).
| - (BOOL) canStartSignInterpretation |
Determines if I can start the sign interpretation in the meeting.
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (MobileRTCSDKError) canStartSmartSummary |
Determines whether the current user is able to start smart summary.
Provided by category MobileRTCMeetingService(SmartSummary).
| - (BOOL) canSubmitPolling: | (NSString *_Nullable) | pollingID |
Determines if the attendee can submit the polling.
| pollingID | The submit poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) canSuspendParticipantsActivities |
Whether the current user is able to suspend all participant activities.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) canTurnOffAllAICompanions |
Determines whether the current user can turn off the AI Companion features.
Provided by category MobileRTCMeetingService(AICompanion).
| - (BOOL) canTurnOnAllAICompanion |
Determines whether the current user can turn on the AI Companion features.
Provided by category MobileRTCMeetingService(AICompanion).
| - (BOOL) canUnmuteMyAudio |
Determines whether the user can unmute audio.
Provided by category MobileRTCMeetingService(Audio).
| - (BOOL) canUnmuteMyVideo |
Queries if the user can unmute their video themselves.
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) canViewPollingResultFromBrowser: | (NSString *_Nullable) | pollingID |
Determines if the user can view polling results in the browser.
| pollingID | The duplicate poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) changeAttendeeChatPriviledge: | (MobileRTCMeetingChatPriviledgeType) | privilege |
Sets attendee chat privilege when in-meeting.
| privilege | The chat privilege of the attendee. |
Provided by category MobileRTCMeetingService(Chat).
| - (BOOL) changeName: | (nonnull NSString *) | inputName | |
| withUserID: | (NSUInteger) | userId |
Changes the user's screen name in the meeting.
| inputName | The screen name displayed in the meeting. |
| userId | The user ID. |
Provided by category MobileRTCMeetingService(User).
| - (BOOL) changePanelistChatPrivilege: | (MobileRTCPanelistChatPrivilegeType) | privilege |
Sets the chat privilege of the panelist.
| privilege | The chat privilege of the panelist. |
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) claimHostWithHostKey: | (nonnull NSString *) | hostKey |
Claims to be a host by host key.
| hostKey | The host key. |
Provided by category MobileRTCMeetingService(User).
| - (BOOL) commentQuestion: | (nonnull NSString *) | questionID | |
| commentContent: | (nonnull NSString *) | commentContent |
Attendee comments on a question.
| questionID | The question ID. |
| commentContent | The comment content. |
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) configDSCPWithAudioValue: | (NSUInteger) | audioValue | |
| VideoValue: | (NSUInteger) | videoValue |
Configure DSCP values for audio and video.
| audioValue | Audio values in the meeting. |
| videoValue | Video values in the meeting. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) connectMyAudio: | (BOOL) | on |
Sets whether to connect the audio in the meeting.
| on | YES to connect, NO to disconnect. |
Provided by category MobileRTCMeetingService(Audio).
| - (void) customizeMeetingTitle: | (NSString *_Nullable) | title |
Sets to customize the meeting title which will be displayed in the meeting bar.
| title | The topic or title of the meeting. |
Provided by category MobileRTCMeetingService(Customize).
| - (BOOL) deleteAnswer: | (nonnull NSString *) | answerID |
Deletes an answer.
| answerID | The answer ID. |
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) deleteChatMessage: | (nonnull NSString *) | msgId |
Deletes chat message by message ID.
| msgId | The message ID. |
Provided by category MobileRTCMeetingService(Chat).
| - (MobileRTCSDKError) deletePolling: | (NSString *_Nullable) | pollingID |
Deletes the polling.
| pollingID | The edit poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) deleteQuestion: | (nonnull NSString *) | questionID |
Deletes a question.
| questionID | The question ID. |
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) dePromptPanelist2Attendee: | (NSUInteger) | userID |
Demotes the panelist to attendee.
| userID | The user ID. |
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) dialInCall: | (nullable NSString *) | countryNumber |
Makes a phone call to access voice.
| countryNumber | The country number. |
Provided by category MobileRTCMeetingService(Phone).
| - (BOOL) dialOut: | (nonnull NSString *) | phone | |
| isCallMe: | (BOOL) | me | |
| withName: | (nullable NSString *) | username |
Starts to dial out.
| phone | The destination phone number. Add the country code in front of the phone number, such as +86123456789. |
| me | YES to call me, NO to invite others by phone. |
| username | The name of the user to be called. |
Provided by category MobileRTCMeetingService(Phone).
| - (void) disableCloudWhiteboard: | (BOOL) | disabled |
Enables or disables the new Zoom Whiteboard feature (different from Classic Whiteboard). This feature is enabled by default.
| disabled | YES to disable. Otherwise, NO. |
Provided by category MobileRTCMeetingService(Whiteboard).
| - (MobileRTCSDKError) disableVideoAutoFraming |
Stops video auto-framing.
Provided by category MobileRTCMeetingService(Video).
| - (MobileRTCSDKError) disallowAttendeeRaiseHand |
Does not let the attendee raise their hand.
Provided by category MobileRTCMeetingService(Webinar).
| - (MobileRTCSDKError) disallowAttendeeViewTheParticipantCount |
Forbids the attendee to view the participant count.
Provided by category MobileRTCMeetingService(Webinar).
| - (MobileRTCSDKError) disallowWebinarEmojiReaction |
Forbids the use of emoji reactions.
Provided by category MobileRTCMeetingService(Webinar).
| - (void) dismissDocOrDashboardView |
Dismisses Doc or dashboard.
Provided by category MobileRTCMeetingService(Docs).
| - (BOOL) dismissQuestion: | (nonnull NSString *) | questionID |
Dismisses a question.
| questionID | The question ID. |
Provided by category MobileRTCMeetingService(QA).
| - (void) dismissWhiteboardOrDashboard |
Dismisses whiteboard or dashboard.
Provided by category MobileRTCMeetingService(Whiteboard).
| - (MobileRTCSDKError) downLoadResult |
Downloads all stopped poll's result from browser.
Provided by category MobileRTCMeetingService(Polling).
| - (MobileRTCSDKError) duplicatePolling: | (NSString *_Nullable) | pollingID |
Duplicates the polling.
| pollingID | The edit poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (MobileRTCSDKError) editPolling: | (NSString *_Nullable) | pollingID |
Opens edit polling in a web browser.
| pollingID | The edit poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (MobileRTCSDKError) enable3DAvatarEffectForAllMeeting: | (BOOL) | enable |
Enables or disables 3D avatar effect when joining meeting.
| enable | YES to enable 3D avatar effect. Otherwise, NO. |
Provided by category MobileRTCMeetingService(Avatar).
| - (MobileRTCSDKError) enableAlphaChannelMode: | (BOOL) | enable |
Enables or disables alpha channel mode.
| enable | YES to enable alpha channel mode. Otherwise, NO to disable it. |
Provided by category MobileRTCMeetingService(Video).
| - (MobileRTCSDKError) enableAskQuestion: | (BOOL) | enable |
Sets whether attendee can ask questions.
| enable | YES if attendee can ask questions. Otherwise, NO. |
Provided by category MobileRTCMeetingService(QA).
| - (MobileRTCSDKError) enableCaptions: | (BOOL) | bEnable |
Enables or disables captions.
| bEnable | YES to enable captions. Otherwise, NO to disable. |
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (MobileRTCSDKError) enableGetRightAnswerList: | (BOOL) | enable |
Sets to enable showing right answer to participants when sharing quiz's result.
| enable | YES to enable. Otherwise, NO. |
Provided by category MobileRTCMeetingService(Polling).
| - (MobileRTCMeetError) enableGreenVB: | (BOOL) | enable |
Enables or disables green virtual background mode.
| enable | YES to enable. Otherwise, NO to disable. |
Provided by category MobileRTCMeetingService(VirtualBackground).
| - (MobileRTCSDKError) enableLiveStreamReminder: | (BOOL) | enable |
Enable or disable the live stream reminder.
| enable | true means enable the live stream reminder. False means disable the live stream reminder. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) enableMeetingManualCaption: | (BOOL) | bEnable |
Hosts only API to set meeting language for the entire meeting.
| bEnable | YES to enable. Otherwise, NO. |
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (MobileRTCSDKError) enableMeetingQAFeature: | (BOOL) | enable |
Enables or disables meeting QA.
| enable | YES to enable. Otherwise, NO to disable. |
Provided by category MobileRTCMeetingService(QA).
| - (MobileRTCSDKError) enableMuteOnEntry: | (BOOL) | bEnable | |
| allowUnmuteBySelf: | (BOOL) | allowUnmuteBySelf |
Enables or disables mute on entry for users after joining the meeting.
| bEnable | YES to mute the user after joining the meeting, NO otherwise. |
| allowUnmuteBySelf | YES to allow users to unmute themselves, NO otherwise. |
Provided by category MobileRTCMeetingService(Audio).
| - (BOOL) enableOptimizeForSharedVideo: | (BOOL) | enableVideo |
Enables or disables optimizing share video.
| enableVideo | YES to enable. Otherwise, NO. |
Provided by category MobileRTCMeetingService(AppShare).
| - (MobileRTCSDKError) enableParticipantsCreateWithoutHost: | (BOOL) | enable |
Enables or disables the participants to create a new whiteboard without the host in the meeting.
| enable | YES to enable. Otherwise, NO. |
Provided by category MobileRTCMeetingService(Whiteboard).
| - (MobileRTCRawDataError) enablePlayMeetingAudio: | (BOOL) | enabled |
Enables or disables SDK to play meeting audio. When the value of enabled is NO, the SDK will not play meeting audio, but you can still subscribe audio rawdata.
| enabled | YES to enable SDK to play meeting audio, NO to disable. |
Provided by category MobileRTCMeetingService(Audio).
| - (MobileRTCSDKError) enableReceiveSpokenlLanguageContent: | (BOOL) | enabled |
Enables or disables receiving original and translated content. If you enable this feature, you need to start live transcription.
| enabled | YES to enable. Otherwise, NO to disable. |
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) enableRequestLiveTranscription: | (BOOL) | enable |
The host enables or disables the request live transcription.
| enable | YES to enable the request live transcription. Otherwise, NO to disable. |
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (MobileRTCSDKError) enableVideoAutoFraming: | (MobileRTCAutoFramingParameter *_Nullable) | setting | |
| forMode: | (MobileRTCAutoFramingMode) | mode |
Enables my video auto-framing.
| setting | The auto-framing parameter. |
| mode | The auto-framing mode. |
Provided by category MobileRTCMeetingService(Video).
| - (MobileRTCSDKError) enableVirtualNameTag: | (BOOL) | bEnabled |
Enable the virtual name tag feature for the account.
| bEnabled | YES means enabled. Otherwise not. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) endLiving: | (nonnull NSString *) | questionID |
Ends living a question.
| questionID | The question ID. |
Provided by category MobileRTCMeetingService(QA).
| - (NSArray< MobileRTC3DAvatarImageInfo * > *_Nullable) get3DAvatarImageList |
Gets the array of the video filter images.
Provided by category MobileRTCMeetingService(Avatar).
| - (NSString *_Nullable) getActivePollingID |
Gets the active poll's ID.
Provided by category MobileRTCMeetingService(Polling).
| - (MobileRTCBOAdmin *_Nullable) getAdminHelper |
Gets the object for administrator management of Breakout Room meetings defined in [MobileRTCBOAdmin].
Provided by category MobileRTCMeetingService(BO).
| - (nullable NSArray< NSString * > *) getAllChatMessageID |
Gets all chat message IDs.
Provided by category MobileRTCMeetingService(Chat).
| - (NSArray< MobileRTCInterpretationLanguage * > *_Nullable) getAllLanguageList |
Gets all interpretation language list.
Provided by category MobileRTCMeetingService(Interpretation).
| - (int) getALLQuestionCount |
Gets the amount of all questions.
Provided by category MobileRTCMeetingService(QA).
| - (nullable NSArray< MobileRTCQAItem * > *) getAllQuestionList |
Gets all questions.
Provided by category MobileRTCMeetingService(QA).
| - (NSArray< MobileRTCSignInterpreterLanguage * > *_Nullable) getAllSupportedSignLanguageInfoList |
Gets all supported sign interpretation language list. Only for host.
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (nullable MobileRTCQAAnswerItem *) getAnswer: | (nonnull NSString *) | answerID |
Gets answer item by answer ID.
| answerID | The answer ID. |
Provided by category MobileRTCMeetingService(QA).
| - (int) getAnsweredQuestionCount |
Gets the amount of answered questions.
Provided by category MobileRTCMeetingService(QA).
| - (nullable NSArray< MobileRTCQAItem * > *) getAnsweredQuestionList |
Gets answered questions.
Provided by category MobileRTCMeetingService(QA).
| - (MobileRTCBOAssistant *_Nullable) getAssistantHelper |
Gets the object for help assistant of Breakout Room meetings defined in [MobileRTCBOAssistant].
Provided by category MobileRTCMeetingService(BO).
| - (MobileRTCBOAttendee *_Nullable) getAttedeeHelper |
Gets the object for attendee functionality of Breakout Room meetings defined in [MobileRTCBOAttendee].
Provided by category MobileRTCMeetingService(BO).
| - (MobileRTCMeetingChatPriviledgeType) getAttendeeChatPriviledge |
Gets attendee chat privilege when in-meeting.
Provided by category MobileRTCMeetingService(Chat).
| - (MobileRTCAttendeeViewMode) getAttendeeViewMode |
Gets the view mode of the attendee.
Provided by category MobileRTCMeetingService(Webinar).
| - (nullable NSArray< NSNumber * > *) getAuthorizedBotListByUserID: | (NSUInteger) | userId |
Gets the authorizer's bot list.
| userId | The user ID for which to get the information. |
Provided by category MobileRTCMeetingService(User).
| - (NSArray< MobileRTCInterpretationLanguage * > *_Nullable) getAvailableLanguageList |
Gets the available interpretation language list.
Provided by category MobileRTCMeetingService(Interpretation).
| - (NSArray< MobileRTCLiveTranscriptionLanguage * > *_Nullable) getAvailableMeetingSpokenLanguages |
Gets the list of all available spoken languages in the meeting.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (NSArray< MobileRTCSignInterpreterLanguage * > *_Nullable) getAvailableSignLanguageInfoList |
Gets the available sign interpretation language list.
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (NSArray< MobileRTCLiveTranscriptionLanguage * > *_Nullable) getAvailableTranslationLanguages |
Gets the list of all available translation languages in the meeting.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (NSArray< MobileRTCVirtualBGImageInfo * > *_Nullable) getBGImageList |
Gets the virtual background list.
Provided by category MobileRTCMeetingService(VirtualBackground).
| - (MobileRTCBOStatus) getBOStatus |
Gets the current Breakout status.
Provided by category MobileRTCMeetingService(BO).
| - (nullable MobileRTCMeetingUserInfo *) getBotAuthorizedUserInfoByUserID: | (NSUInteger) | botUserId |
Gets the information about the bot's authorized user.
| botUserId | The user ID for which to get the information. |
Provided by category MobileRTCMeetingService(User).
| - (NSArray< MobileRTCCameraDevice * > *_Nullable) getCameraDeviceList |
Gets the camera device list.
Provided by category MobileRTCMeetingService(Video).
| - (NSString *_Nullable) getChatLegalNoticesExplained |
Gets explained text for chat legal notice.
Provided by category MobileRTCMeetingService(Chat).
| - (NSString *_Nullable) getChatLegalNoticesPrompt |
Gets chat legal notice prompt.
Provided by category MobileRTCMeetingService(Chat).
| - (MobileRTCRecordingStatus) getCloudRecordingStatus |
Gets current cloud recording status.
Provided by category MobileRTCMeetingService(InMeeting).
| - (NSArray *_Nullable) getCompanionChildList: | (NSUInteger) | userId |
Gets the user's child list.
| userId | The user ID for which to get the information. |
Provided by category MobileRTCMeetingService(User).
| - (MobileRTCMeetingUserInfo *_Nullable) getCompanionParentUser: | (NSUInteger) | userId |
Gets the information about the user's parent user.
| userId | The user ID for which to get the information. |
Provided by category MobileRTCMeetingService(User).
| - (MobileRTCBOCreator *_Nullable) getCreatorHelper |
Gets the object for creating Breakout Room meetings defined in [MobileRTCBOCreator].
Provided by category MobileRTCMeetingService(BO).
| - (MobileRTCLiveStreamItem *_Nullable) getCurrentLiveStreamItem |
Get the current live stream object.
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCBOData *_Nullable) getDataHelper |
Gets the object for Breakout Room meeting ID information defined in [MobileRTCBOData].
Provided by category MobileRTCMeetingService(BO).
| - (nullable NSArray< NSArray< MobileRTCCallCountryCode * > * > *) getDialInAllCountryCodes |
Gets all country codes.
Provided by category MobileRTCMeetingService(Phone).
| - (nullable NSArray< MobileRTCCallCountryCode * > *) getDialInCallCodesWithCountryId: | (nullable NSString *) | countryId |
Gets the country codes specified by country ID.
| countryId | The country ID. |
Provided by category MobileRTCMeetingService(Phone).
| - (nullable MobileRTCCallCountryCode *) getDialInCurrentCountryCode |
Gets the country code for the current user's locale.
Provided by category MobileRTCMeetingService(Phone).
| - (int) getDismissedQuestionCount |
Gets the amount of dismissed questions.
Provided by category MobileRTCMeetingService(QA).
| - (nullable NSArray< MobileRTCQAItem * > *) getDismissedQuestionList |
Gets dismissed questions.
Provided by category MobileRTCMeetingService(QA).
| - (MobileRTCDocsCreateOption) getDocsCreateOption |
Gets the setting option for who can initiate new Docs.
Provided by category MobileRTCMeetingService(Docs).
| - (NSArray< MobileRTCDocSharingSourceInfo * > *_Nullable) getDocSharingSourceInfoList: | (NSUInteger) | userID |
Gets the list of sharing source info.
| userID | The user ID who is sharing. |
Provided by category MobileRTCMeetingService(Docs).
| - (MobileRTCDocsShareOption) getDocsShareOption |
Gets the setting option for Docs who can share.
Provided by category MobileRTCMeetingService(Docs).
| - (NSString *_Nullable) getE2EEMeetingSecurityCode |
Gets E2EE meeting security code.
Provided by category MobileRTCMeetingService(Encryption).
| - (unsigned int) getE2EEMeetingSecurityCodePassedSeconds |
Gets security code passed seconds.
Provided by category MobileRTCMeetingService(Encryption).
| - (MobileRTCMeetingEncryptionType) getEncryptionType |
Gets the meeting encryption type.
Provided by category MobileRTCMeetingService(Encryption).
| - (MobileRTCFocusModeShareType) getFocusModeShareType |
Get share focus mode type indicating who can see the shared content which is controlled by host or co-host.
Provided by category MobileRTCMeetingService(InMeeting).
| - (nullable NSString *) getH323MeetingPassword |
Gets the password of the meeting running on H.323 device.
Provided by category MobileRTCMeetingService(Customize).
| - (NSString *_Nonnull) getInMeetingDataCenterInfo |
Gets data center info.
Provided by category MobileRTCMeetingService(Encryption).
| - (nullable NSArray< NSNumber * > *) getInMeetingUserList |
Gets all the users in the meeting.
Provided by category MobileRTCMeetingService(User).
| - (MobileRTCInterpretationLanguage *_Nullable) getInterpretationLanguageByID: | (NSInteger) | lanID |
Gets the interpretation language object of the specified language ID.
| lanID | The language ID for which you want to get the information. |
Provided by category MobileRTCMeetingService(Interpretation).
| - (NSInteger) getInterpreterActiveLan |
Gets the active language ID, if myself is an interpreter.
Provided by category MobileRTCMeetingService(Interpretation).
| - (NSArray< MobileRTCInterpretationLanguage * > *_Nullable) getInterpreterAvailableLanguages |
Gets the list of available languages that interpreters can hear.
Provided by category MobileRTCMeetingService(Interpretation).
| - (NSArray< MobileRTCInterpretationLanguage * > *_Nullable) getInterpreterLans |
Gets languages if myself is an interpreter.
Provided by category MobileRTCMeetingService(Interpretation).
| - (NSArray< MobileRTCMeetingInterpreter * > *_Nullable) getInterpreterList |
Gets the interpreters list.
Provided by category MobileRTCMeetingService(Interpretation).
| - (NSInteger) getInterpreterListenLan |
Gets a language that I can hear as an interpreter.
Provided by category MobileRTCMeetingService(Interpretation).
| - (nullable NSArray< NSString * > *) getIPAddressList |
Gets an array of IP addresses of room device which is used for calling.
Provided by category MobileRTCMeetingService(Customize).
| - (NSInteger) getJoinedLanguageID |
Gets the language ID which myself is in.
Provided by category MobileRTCMeetingService(Interpretation).
| - (NSString *_Nullable) getJoiningBOName |
Gets the name of the BO you are going to.
Provided by category MobileRTCMeetingService(BO).
| - (nullable NSDictionary *) getLiveStreamURL |
Get live stream server URL.
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCLiveTranscriptionStatus) getLiveTranscriptionStatus |
Gets the current live transcription status.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (NSString *_Nullable) getLiveTranscriptLegalNoticesExplained |
Get live transcript legal notices explained.
Provided by category MobileRTCMeetingService(InMeeting).
| - (NSString *_Nullable) getLiveTranscriptLegalNoticesPrompt |
Get live transcript legal noticesPrompt.
Provided by category MobileRTCMeetingService(InMeeting).
| - (unsigned long long) getMaxTransferFileSize |
Gets the maximum size for file transfer.
Provided by category MobileRTCMeetingService(Chat).
| - (MobileRTCAudioStatisticInfo *_Nullable) getMeetingAudioStatisticInfo |
Gets meeting audio statistics information.
Provided by category MobileRTCMeetingService(InMeeting).
| - (NSString *_Nullable) getMeetingPassword |
Get current meeting's password.
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCASVStatisticInfo *_Nullable) getMeetingShareStatisticInfo |
Gets meeting share statistics information.
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCLiveTranscriptionLanguage *_Nullable) getMeetingSpokenLanguage |
Gets the spoken language of the current user.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (MobileRTCMeetingState) getMeetingState |
Gets the current meeting state.
| - (MobileRTCMeetingType) getMeetingType |
Gets the type of current meeting.
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCASVStatisticInfo *_Nullable) getMeetingVideoStatisticInfo |
Gets meeting video statistics information.
Provided by category MobileRTCMeetingService(InMeeting).
| - (int) getMyQuestionCount |
Gets the amount of my questions.
Provided by category MobileRTCMeetingService(QA).
| - (nullable NSArray< MobileRTCQAItem * > *) getMyQuestionList |
Gets my questions.
Provided by category MobileRTCMeetingService(QA).
| - (int) getOpenQuestionCount |
Gets the amount of open questions.
Provided by category MobileRTCMeetingService(QA).
| - (nullable NSArray< MobileRTCQAItem * > *) getOpenQuestionList |
Gets open questions.
Provided by category MobileRTCMeetingService(QA).
| - (MobileRTCPanelistChatPrivilegeType) getPanelistChatPrivilege |
Gets the chat privilege of the panelist.
Provided by category MobileRTCMeetingService(Webinar).
| - (NSUInteger) getParticipantCount |
Gets the participant count.
Provided by category MobileRTCMeetingService(Webinar).
| - (NSUInteger) getParticipantID |
Gets the participant ID.
Provided by category MobileRTCMeetingService(Customize).
| - (NSString *_Nullable) getPollAnonymousLegalNoticesExplained |
Gets poll anonymous legal notices explained.
Provided by category MobileRTCMeetingService(Webinar).
| - (NSArray< MobileRTCPollingAnswerResultItem * > *_Nullable) getPollingAnswerResultItemList: | (NSString *_Nullable) | pollingID |
Gets the list of polling answer result items.
| pollingID | The right answer's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (MobileRTCPollingItem *_Nullable) getPollingItemByID: | (NSString *_Nullable) | pollingID |
Gets the polling item object of the specified polling ID.
| pollingID | The polling ID for which you want to get the information. |
Provided by category MobileRTCMeetingService(Polling).
| - (NSArray< MobileRTCPollingItem * > *_Nullable) getPollingItemList |
Gets the list of poll items.
Provided by category MobileRTCMeetingService(Polling).
| - (NSString *_Nullable) getPollingQuestionImagePath: | (NSString *_Nullable) | pollingID | |
| questionID: | (NSString *_Nullable) | questionID |
Gets the polling question's image path.
| pollingID | The answer's polling ID. |
| questionID | The answer's question ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (NSArray< MobileRTCPollingQuestionItem * > *_Nullable) getPollingQuestionItemList: | (NSString *_Nullable) | pollingID |
Gets the list of polling question's subquestion.
| pollingID | The question's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (NSArray< MobileRTCPollingAnswerItem * > *_Nullable) getPollingRightAnswerItemList: | (NSString *_Nullable) | pollingID |
Gets the list of polling question or subquestion's right answer.
| pollingID | The right answer's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (NSString *_Nullable) getPollLegalNoticesExplained |
Gets poll legal notices explained.
Provided by category MobileRTCMeetingService(Webinar).
| - (NSString *_Nullable) getPollLegalNoticesPrompt |
Gets poll legal notices prompt.
Provided by category MobileRTCMeetingService(Webinar).
| - (NSUInteger) getPSUserID |
Gets the production studio user's user ID.
| - (NSString *_Nullable) getQALegalNoticesExplained |
Gets QA legal notices explained.
Provided by category MobileRTCMeetingService(QA).
| - (NSString *_Nullable) getQALegalNoticesPrompt |
Gets QA legal notices prompt.
Provided by category MobileRTCMeetingService(QA).
| - (MobileRTCAICompanionQueryHelper *) getQueryHelper |
Gets the AI Companion Query Helper.
Provided by category MobileRTCMeetingService(AICompanion).
| - (nullable MobileRTCQAItem *) getQuestion: | (nonnull NSString *) | questionID |
Gets question item by question ID.
| questionID | The question ID. |
Provided by category MobileRTCMeetingService(QA).
| - (NSInteger) getQuestionCharactersMaxLen: | (NSString *_Nullable) | pollingID | |
| questionID: | (NSString *_Nullable) | questionID |
Gets the polling question's maximum length.
| pollingID | The poll's polling ID. |
| questionID | The question's question ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (NSInteger) getQuestionCharactersMinLen: | (NSString *_Nullable) | pollingID | |
| questionID: | (NSString *_Nullable) | questionID |
Gets the polling question's minimum length.
| pollingID | The poll's polling ID. |
| questionID | The question's question ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (NSArray< MobileRTCRawLiveStreamInfo * > *_Nullable) getRawLiveStreamingInfoList |
Get a list of current active raw live streams.
Provided by category MobileRTCMeetingService(InMeeting).
| - (NSArray< NSNumber * > *_Nullable) getRawLiveStreamPrivilegeUserList |
Get the list of users' IDs who have raw live stream privileges.
Provided by category MobileRTCMeetingService(InMeeting).
| - (nullable NSArray< MobileRTCRoomDevice * > *) getRoomDeviceList |
Gets room devices that can be called.
Provided by category MobileRTCMeetingService(Customize).
| - (MobileRTCCameraDevice *_Nullable) getSelectedCamera |
Gets the current camera device in use.
Provided by category MobileRTCMeetingService(Video).
| - (NSString *_Nullable) getShareMeetingChatStartedLegalNoticeContent |
Gets start share meeting chat legal notice content.
Provided by category MobileRTCMeetingService(Chat).
| - (NSString *_Nullable) getShareMeetingChatStoppedLegalNoticeContent |
Gets stop share meeting chat legal notice content.
Provided by category MobileRTCMeetingService(Chat).
| - (MobileRTCShareSettingType) getShareSettingType |
Gets the sharing types for the host or co-host in the meeting.
Provided by category MobileRTCMeetingService(AppShare).
| - (NSArray< MobileRTCSSharingSourceInfo * > *_Nullable) getSharingSourceInfoList: | (NSInteger) | userID |
Gets the list of sharing source info.
| userID | The user ID who is sharing. |
Provided by category MobileRTCMeetingService(AppShare).
| - (MobileRTCSignInterpreterLanguage *_Nullable) getSignInterpretationLanguageInfoByID: | (NSString *_Nullable) | signLanguageID |
Gets the sign interpretation language object of the specified sign language ID.
| signLanguageID | The sign language ID for which you want to get the information. |
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (MobileRTCSignInterpretationStatus) getSignInterpretationStatus |
Gets the sign interpretation status of the current meeting.
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (NSString *_Nullable) getSignInterpreterAssignedLanID |
Gets sign language ID if myself is a sign interpreter. Only for interpreter.
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (NSArray< MobileRTCSignInterpreter * > *_Nullable) getSignInterpreterList |
Gets the sign interpreters list.
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (MobileRTCAICompanionSmartSummaryHelper *) getSmartSummaryHelper |
Gets the smart summary helper.
Provided by category MobileRTCMeetingService(AICompanion).
| - (NSArray< NSNumber * > *_Nullable) getSpotLightedVideoUserList |
Gets the spotlight user list.
Provided by category MobileRTCMeetingService(Video).
| - (NSArray< MobileRTCCallCountryCode * > *_Nullable) getSupportCountryInfo |
Gets the list of countries that support call out.
Provided by category MobileRTCMeetingService(Phone).
| - (NSInteger) getSupportedMeetingAudioType |
Gets the audio type supported by the current meeting.
Provided by category MobileRTCMeetingService(Audio).
| - (NSArray< MobileRTCLiveStreamItem * > *_Nullable) getSupportLiveStreamItems |
Get the list of live stream information items in the current meeting.
Provided by category MobileRTCMeetingService(InMeeting).
| - (NSString *_Nullable) getTransferFileTypeAllowList |
Gets the list of allowed file types in transfer.
Provided by category MobileRTCMeetingService(Chat).
| - (MobileRTCLiveTranscriptionLanguage *_Nullable) getTranslationLanguage |
Gets the translation language of the current user.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (unsigned int) getUnencryptedExceptionCount |
Gets unencrypted exception count.
Provided by category MobileRTCMeetingService(Encryption).
| - (NSString *_Nonnull) getUnencryptedExceptionInfo |
Gets unencrypted exception info.
Provided by category MobileRTCMeetingService(Encryption).
| - (CGSize) getUserVideoSize: | (NSUInteger) | userID |
Gets the size of the user's video.
| userID | The user ID in the meeting. userID should be 0 when not in meeting. |
Provided by category MobileRTCMeetingService(Video).
| - (MobileRTCAutoFramingMode) getVideoAutoFramingMode |
Gets the current mode of auto-framing.
Provided by category MobileRTCMeetingService(Video).
| - (MobileRTCAutoFramingParameter *_Nullable) getVideoAutoFramingSetting: | (MobileRTCAutoFramingMode) | mode |
Gets the setting of auto-framing.
| mode | The auto-framing mode. |
Provided by category MobileRTCMeetingService(Video).
| - (NSArray< NSNumber * > *_Nullable) getVideoOrderList |
Gets the follow host video order array currently.
Provided by category MobileRTCMeetingService(Video).
| - (NSArray< NSNumber * > *_Nullable) getViewableDocSharingUserList |
Gets the IDs of users who are sharing docs.
Provided by category MobileRTCMeetingService(User).
| - (NSArray< NSNumber * > *_Nullable) getViewableSharingUserList |
Gets the IDs of users who are sharing.
Provided by category MobileRTCMeetingService(User).
| - (MobileRTCChatAllowAttendeeChat) getWebinarAttendeeChatPrivilege |
Gets webinar attendee chat privilege type.
Provided by category MobileRTCMeetingService(Webinar).
| - (nullable NSArray< NSNumber * > *) getWebinarAttendeeList |
Gets all the attendees in the webinar.
Provided by category MobileRTCMeetingService(User).
| - (MobileRTCWebinarRegistLegalNoticeContent *_Nullable) getWebinarRegistrationLegalNoticesExplained |
Gets annotation over share legal notices explained.
Provided by category MobileRTCMeetingService(Webinar).
| - (NSString *_Nullable) getWebinarRegistrationLegalNoticesPrompt |
Gets annotation over share legal notices prompt.
Provided by category MobileRTCMeetingService(Webinar).
| - (MobileRTCWhiteboardCreateOption) getWhiteboardCreateOption |
Gets the option for who can initiate a new whiteboard.
Provided by category MobileRTCMeetingService(Whiteboard).
| - (NSString *_Nullable) getWhiteboardLegalNoticesExplained |
Gets whiteboard legal notices detailed description.
Provided by category MobileRTCMeetingService(Whiteboard).
| - (NSString *_Nullable) getWhiteboardLegalNoticesPrompt |
Gets whiteboard legal notices message.
Provided by category MobileRTCMeetingService(Whiteboard).
| - (MobileRTCWhiteboardShareOption) getWhiteboardShareOption |
Gets the option for who can share a whiteboard.
Provided by category MobileRTCMeetingService(Whiteboard).
| - (MobileRTCMeetError) handZoomWebUrl: | (nonnull NSString *) | meetingUrl |
Starts or joins a Zoom meeting with zoom web URL.
| meetingUrl | The Zoom web meeting URL. |
| - (BOOL) hasPromptAndDePromptPrivilege |
Queries if the user has the privilege to prompt or demote users in the webinar.
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) hasRawLiveStreamPrivilege: | (NSUInteger) | userID |
Determines whether the user has raw live stream privilege.
| userID | The user ID. |
Provided by category MobileRTCMeetingService(User).
| - (MobileRTCSDKError) hideAANPanel |
Hide app signaling pannel.
Provided by category MobileRTCMeetingService(InMeeting).
| - (void) hideAboutButtonOnCloudWhiteboard: | (BOOL) | hide |
Sets About button's visibility on the cloud whiteboard. Default is displaying.
| hide | YES to hide. Otherwise, NO to display. |
Provided by category MobileRTCMeetingService(Whiteboard).
| - (void) hideCloudWhiteboardHelperCenterButton: | (BOOL) | hide |
Sets the Helper center button's visibility on cloud whiteboard. Default is displaying.
| hide | YES to hide. Otherwise, NO to display. |
Provided by category MobileRTCMeetingService(Whiteboard).
| - (void) hideCloudWhiteboardOpenInBrowserButton: | (BOOL) | hide |
Sets the Open in browser button's visibility on cloud whiteboard. Default is displaying.
| hide | YES to hide. Otherwise, NO to display. |
Provided by category MobileRTCMeetingService(Whiteboard).
| - (MobileRTCSDKError) hideDynamicNoticeForAICompanionPanel |
Hide dynamic notice for AI Companion panel view.
Provided by category MobileRTCMeetingService(InMeeting).
| - (void) hideFeedbackButtonOnCloudWhiteboard: | (BOOL) | hide |
Hides feedback button on cloud whiteboard.
| hide | YES to hide. Otherwise, NO to display. |
Provided by category MobileRTCMeetingService(Whiteboard).
| - (BOOL) hideMobileRTCMeeting: | (void(^)(void)) | completion |
Set to hide the UI of meeting.
| completion | User can do other operations once the meeting UI hide. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCSDKError) hideParticipantProfilePictures: | (BOOL) | hide |
Hide/Show participant profile pictures.
| hide | true means hide participant profile pictures, false means show participant pictures. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (void) hideShareButtonOnCloudWhiteboard: | (BOOL) | hide |
Hides share button on cloud whiteboard.
| hide | YES to hide. Otherwise, NO to display. |
Provided by category MobileRTCMeetingService(Whiteboard).
| - (BOOL) is3DAvatarEffectForAllMeetingEnabled |
Determines whether 3D avatar is enabled when joining the meeting.
Provided by category MobileRTCMeetingService(Avatar).
| - (BOOL) is3DAvatarEnabled |
Determines if the 3D avatar feature is enabled.
Provided by category MobileRTCMeetingService(Avatar).
| - (BOOL) is3DAvatarSupportedByDevice |
Determines if the 3D avatar feature is supported by the video device.
Provided by category MobileRTCMeetingService(Avatar).
| - (BOOL) is3rdPartyTelephonyAudioOn |
Determines whether the meeting has third party telephony audio enabled.
Provided by category MobileRTCMeetingService(Audio).
| - (BOOL) isAllowAskQuestionAnonymously |
Queries if it is allowed to ask questions anonymously in webinar.
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) isAllowAttendeeTalk: | (NSUInteger) | userID |
Queries if the attendee is allowed to talk in Webinar Meeting.
| userID | The user ID to be checked. |
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) isAllowAttendeeUpVoteQuestion |
Queries if attendee is allowed to upvote questions.
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) isAllowAttendeeViewAllQuestion |
Queries if attendee is allowed to view all questions.
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) isAllowCommentQuestion |
Queries if attendee is allowed to comment on questions.
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) isAllowPanelistStartVideo |
Queries if panelist can start video in Webinar Meeting.
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) isAllowSignLanuageInterpreterToTalk: | (NSUInteger) | userID |
Determines if the sign language interpreter is allowed to talk.
| userID | The unique identity of the user. |
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (BOOL) isAllowToAddNewVBItem |
Determines if the adding new virtual background item feature is supported by the meeting.
Provided by category MobileRTCMeetingService(VirtualBackground).
| - (BOOL) isAlphaChannelModeEnabled |
Determines if alpha channel mode is enabled.
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) isAnnotationOff |
Notifies the current user if annotation is enabled.
Provided by category MobileRTCMeetingService(AppShare).
| - (BOOL) isAskQuestionEnabled |
Determines if asking questions is allowed by the host or co-host.
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) isAttendeeRaiseHandAllowed |
Queries if attendee raise hand status is allowed.
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) isAttendeeViewTheParticipantCountAllowed |
Queries if attendee is allowed to view the participant count.
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) isAutoAllowLocalRecordingRequest |
Check whether the current meeting auto-grants participants’ local recording privilege requests. It can only be used in regular meetings (not webinar or breakout room).
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isBackCamera |
Queries if the user is using back camera.
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) isBOMeetingEnabled |
Determines if the Breakout Room feature is enabled in the meeting.
Provided by category MobileRTCMeetingService(BO).
| - (BOOL) isBOMeetingStarted |
Determines if the Breakout Room meeting has begun.
Provided by category MobileRTCMeetingService(BO).
| - (BOOL) isBroadcastingVoiceToBO |
Queries if the host is broadcasting voice to BO.
Provided by category MobileRTCMeetingService(BO).
| - (BOOL) isCallingRoomDevice |
Queries if it is in process to call room device.
Provided by category MobileRTCMeetingService(Customize).
| - (BOOL) isCallRoomDeviceSupported |
Queries if it is able to call Room device (H.323).
Provided by category MobileRTCMeetingService(Customize).
| - (BOOL) isCaptionsEnabled |
Queries if captions are enabled.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) isChatDisabled |
Queries if the chat is disabled in the meeting.
Provided by category MobileRTCMeetingService(Chat).
| - (BOOL) isChatMessageCanBeDeleted: | (nonnull NSString *) | msgId |
Determines whether the message can be deleted.
| msgId | The message ID. |
Provided by category MobileRTCMeetingService(Chat).
| - (BOOL) isCMREnabled |
Notifies if the cloud recording is enabled.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isCMRInProgress |
Notifies if the cloud recording is in progress.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isCMRPaused |
Notifies if the cloud recording is paused.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isDeviceSharing |
Gets the state of device screen sharing.
Provided by category MobileRTCMeetingService(AppShare).
| - (BOOL) isDeviceSupportSmartVirtualBG |
Determines if the smart virtual background feature can be supported by the machine.
Provided by category MobileRTCMeetingService(VirtualBackground).
| - (BOOL) isDialOutInProgress |
Determines whether there is any outgoing call in process.
Provided by category MobileRTCMeetingService(Phone).
| - (BOOL) isDialOutSupported |
Determines whether the user can dial out in the meeting.
Provided by category MobileRTCMeetingService(Phone).
| - (BOOL) isDirectAppShareMeeting |
Queries if the current meeting was started with App Share.
Provided by category MobileRTCMeetingService(AppShare).
| - (BOOL) isEmojiReactionEnabled |
Determines if the Reaction feature is enabled.
Provided by category MobileRTCMeetingService(Reaction).
| - (BOOL) isEnableOptimizeForSharedVideo |
Gets the state of optimizing share video.
Provided by category MobileRTCMeetingService(AppShare).
| - (BOOL) isFailoverMeeting |
Queries if the meeting is failover.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isFileTransferEnabled |
Determines whether file transfer is enabled.
Provided by category MobileRTCMeetingService(Chat).
| - (BOOL) isFocusModeEnabled |
Get the focus mode enabled or not by web portal.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isFocusModeOn |
Get the focus mode on or off.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isFollowHostVideoOrderOn |
Queries if follow host video order is currently on.
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) isH323User: | (NSUInteger) | userID |
Queries if the user joined the meeting from H.323.
| userID | The user ID. |
Provided by category MobileRTCMeetingService(User).
| - (BOOL) isHostUser: | (NSUInteger) | userID |
Queries if the user is host.
| userID | The user ID. |
Provided by category MobileRTCMeetingService(User).
| - (BOOL) isInBOMeeting |
Determines if currently in Breakout Room during the meeting.
Provided by category MobileRTCMeetingService(BO).
| - (BOOL) isIncomingAudioStopped |
Determines whether the incoming audio is stopped.
Provided by category MobileRTCMeetingService(Audio).
| - (BOOL) isIncomingVideoStoped |
Determines if the incoming video is stopped.
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) isInterpretationEnabled |
Determines if the interpretation feature is enabled in the meeting.
Provided by category MobileRTCMeetingService(Interpretation).
| - (BOOL) isInterpretationStarted |
Determines if interpretation has been started by the host.
Provided by category MobileRTCMeetingService(Interpretation).
| - (BOOL) isInterpreter |
Determines if myself is an interpreter.
Provided by category MobileRTCMeetingService(Interpretation).
| - (BOOL) isLiveStreamReminderEnabled |
Check if the live stream reminder is enabled.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isLiveTranscriptionFeatureEnabled |
Queries if this meeting supports the live transcription feature.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) isLiveTranscriptLegalNoticeAvailable |
Is live transcript legal notice available.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isMajorAudioTurnOff |
Determines if the major audio is off.
Provided by category MobileRTCMeetingService(Interpretation).
| - (BOOL) isMeetingChatLegalNoticeAvailable |
Determines if meeting chat legal notice is available.
Provided by category MobileRTCMeetingService(Chat).
| - (BOOL) isMeetingCoHost |
Queries if the current user is the co-host of the meeting.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isMeetingHost |
Queries if the current user is the host of the meeting.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isMeetingLocked |
Notifies if the meeting is locked by host. Once the meeting is locked, other users out of the meeting can no longer join it.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isMeetingManualCaptionEnabled |
Determines whether it is enabled to manually input CC for the meeting.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) isMeetingQAFeatureOn |
Queries if meeting QA is enabled in the current meeting.
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) isMeetingSupportCC |
Queries if the current meeting supports closed caption.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) isMultiLanguageTranscriptionEnabled |
Determines whether the multi-language transcription feature is enabled.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) isMuteOnEntryOn |
Determines whether mute on entry is enabled for attendees when they join the meeting.
Provided by category MobileRTCMeetingService(Audio).
| - (BOOL) isMyAudioMuted |
Determines whether the audio of the current user is muted.
Provided by category MobileRTCMeetingService(Audio).
| - (BOOL) isMyself: | (NSUInteger) | userID |
Queries if the ID is the current user's.
| userID | The user ID to be checked. |
Provided by category MobileRTCMeetingService(User).
| - (BOOL) isOtherSharingDocs |
Queries if other user is sharing docs.
Provided by category MobileRTCMeetingService(Docs).
| - (BOOL) isOtherSharingWhiteboard |
Determines if other user is sharing whiteboard.
Provided by category MobileRTCMeetingService(Whiteboard).
| - (BOOL) isParticipantProfilePicturesHidden |
Query if the current meeting hides participant pictures.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isParticipantRequestCloudRecordingEnabled |
Toggle whether attendees can send requests for the host to start a cloud recording. This can only be used in regular meeetings.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isParticipantRequestLocalRecordingAllowed |
Check whether the current meeting allows participants to send local recording privilege requests. It can only be used in regular meetings, not in webinar or breakout room.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isParticipantsCreateWithoutHostEnabled |
Determines whether enabling the participants to create a new whiteboard without the host in the meeting is enabled.
Provided by category MobileRTCMeetingService(Whiteboard).
| - (BOOL) isParticipantsRenameAllowed |
Query if the meeting is allow participants to rename themselves.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isParticipantsShareWhiteBoardAllowed |
Queries if participants are allowed to share whiteboard.
Provided by category MobileRTCMeetingService(AppShare).
| - (BOOL) isParticipantsStartVideoAllowed |
Query is allow participant to start video.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isParticipantsUnmuteSelfAllowed |
Query if the meeting is allow participants to unmute themselves.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isPlayChimeOn |
Determines whether chime is enabled when user joins or leaves meeting.
Provided by category MobileRTCMeetingService(Audio).
| - (BOOL) isPlayMeetingAudioEnabled |
Determines whether play meeting audio is enabled.
Provided by category MobileRTCMeetingService(Audio).
| - (BOOL) isPollingLegalNoticeAvailable |
Determines if polling legal notice is available.
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) isPrivateChatDisabled |
Queries if it is able to send private chat in the meeting.
Provided by category MobileRTCMeetingService(Chat).
| - (BOOL) isPSModeStarted |
Determines if production studio mode is started.
| - (BOOL) isQAEnabled |
Queries if Q&A is supported in this meeting.
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) isQALegalNoticeAvailable |
Determines if QA legal notice is available.
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) isQuestionCaseSensitive: | (NSString *_Nullable) | pollingID | |
| questionID: | (NSString *_Nullable) | questionID |
Determines if the question is case sensitive.
| pollingID | The question's polling ID. |
| questionID | The question's question ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) isRawLiveStreaming: | (NSUInteger) | userID |
Determines whether the user has started a live stream.
| userID | The user ID. |
Provided by category MobileRTCMeetingService(User).
| - (BOOL) isRawLiveStreamSupported |
Query Whether the meeting supports raw live streams.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isReceiveSpokenLanguageContentEnabled |
Determines whether receiving original and translated content is available.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) isRequestToStartLiveTranscriptionEnabled |
Queries if it is enabled to request to start live transcription.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) isSameUser: | (NSUInteger) | user1 | |
| compareTo: | (NSUInteger) | user2 |
Judges if the two IDs from different sessions are of the same user.
| user1 | One user ID in the meeting. |
| user2 | Another user ID in the meeting. |
Provided by category MobileRTCMeetingService(User).
| - (BOOL) isSelfOriginalHost |
Queries whether the current user is the original host.
Provided by category MobileRTCMeetingService(User).
| - (BOOL) isSendingMyVideo |
Queries if the user is sending video.
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) isSharedAudio |
Gets the state of device audio sharing.
Provided by category MobileRTCMeetingService(AppShare).
| - (BOOL) isShareLocked |
Notifies if the share is locked by host. Once the meeting is locked by the host or co-host, other users cannot share except the host or co-host.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isShareMeetingChatLegalNoticeAvailable |
Determines if share meeting chat legal notice is available.
Provided by category MobileRTCMeetingService(Chat).
| - (BOOL) isSharingDocsOut |
Queries if the current user is sharing docs successfully.
Provided by category MobileRTCMeetingService(Docs).
| - (BOOL) isSharingWhiteboardOut |
Determines if the current user is sharing whiteboard.
Provided by category MobileRTCMeetingService(Whiteboard).
| - (BOOL) isShowAvatar |
Determines if the meeting is showing the avatar.
Provided by category MobileRTCMeetingService(Avatar).
| - (BOOL) isSignInterpretationEnabled |
Determines if the sign interpretation function is enabled.
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (BOOL) isSignInterpreter |
Determines if self is a sign interpreter.
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (BOOL) isSmartRecordingEnabled |
Determines if the smart recording feature is enabled in the meeting.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isSmartSummaryEnabled |
Determines if the smart summary feature is enabled in the meeting.
Provided by category MobileRTCMeetingService(SmartSummary).
| - (BOOL) isSmartSummaryStarted |
Queries whether smart summary is started.
Provided by category MobileRTCMeetingService(SmartSummary).
| - (BOOL) isSmartSummarySupported |
Determines if the current meeting supports smart summary feature.
Provided by category MobileRTCMeetingService(SmartSummary).
| - (BOOL) isStartingShare |
Notifies the current user if sharing has started.
Provided by category MobileRTCMeetingService(AppShare).
| - (BOOL) isStopIncomingVideoSupported |
Determines if the incoming video is supported.
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) isSupportDocs |
Determines whether the current meeting supports Docs.
Provided by category MobileRTCMeetingService(Docs).
| - (BOOL) isSupportedVOIP |
Determines whether the meeting supports VoIP.
Provided by category MobileRTCMeetingService(Audio).
| - (BOOL) isSupportFollowHostVideoOrder |
Queries if the account supports follow host video order feature.
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) isSupportOptimizeForSharedVideo |
Determines if optimizing share video is supported.
Provided by category MobileRTCMeetingService(AppShare).
| - (BOOL) isSupportPhone |
Determines whether the user account supports calling out.
Provided by category MobileRTCMeetingService(Phone).
| - (BOOL) isSupportPSMode |
Determines if production studio mode is supported.
| - (BOOL) isSupportRequestCaptions |
Determines whether users can request to start captions.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) isSupportShareAudio |
Determines if sharing device audio is supported.
Provided by category MobileRTCMeetingService(AppShare).
| - (BOOL) isSupportSmartVirtualBG |
Determines if smart virtual background is supported.
Provided by category MobileRTCMeetingService(VirtualBackground).
| - (BOOL) isSupportTranslationWhenRequestToStartCaptions |
Determines if translation is available when users request to start captions.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) isSupportVirtualBG |
Determines if the virtual background feature is supported by the meeting.
Provided by category MobileRTCMeetingService(VirtualBackground).
| - (BOOL) isSupportVirtualNameTag |
Determines if there is support for the virtual name tag feature.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isSupportWhiteBoard |
Determines whether the current meeting supports the whiteboard.
Provided by category MobileRTCMeetingService(Whiteboard).
| - (BOOL) isTextLiveTranslationEnabled |
Determines whether the translated captions feature is enabled.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) isTurnoffAllAICompanionsSupported |
Determines whether the meeting supports turning off the AI Companion features.
Provided by category MobileRTCMeetingService(AICompanion).
| - (BOOL) isTurnOnAllAICompanionSupported |
Determines whether the meeting supports turning on the AI Companion features.
Provided by category MobileRTCMeetingService(AICompanion).
| - (BOOL) isUnencryptedExceptionDataValid |
Determines whether unencrypted exception data is valid.
Provided by category MobileRTCMeetingService(Encryption).
| - (BOOL) isUserAudioMuted: | (NSUInteger) | userID |
Determines whether the user's audio is muted.
| userID | The user's ID to be checked. |
Provided by category MobileRTCMeetingService(Audio).
| - (BOOL) isUserPinned: | (NSUInteger) | userId |
Queries if the user's video is pinned.
| userId | The user ID whose video will be pinned in the meeting. |
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) isUserSpotlighted: | (NSUInteger) | userId |
Queries if the user's video is spotlighted. Once the user's video is spotlighted, it shows only the specified video in the meeting instead of the active user's.
| userId | The user ID in the meeting. |
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) isUserVideoSending: | (NSUInteger) | userID |
Queries if the user's video is being sent.
| userID | The user ID whose video will be sent in the meeting. |
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) isUsingGreenVB |
Determines if using green virtual background.
Provided by category MobileRTCMeetingService(VirtualBackground).
| - (BOOL) isVideoAutoFramingEnabled |
Determines whether auto-framing is enabled.
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) isViewingShare |
Notifies the current user if they are currently viewing an App Share.
Provided by category MobileRTCMeetingService(AppShare).
| - (BOOL) isWebinarAttendee |
Queries if the current user is the webinar attendee of the meeting.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isWebinarEmojiReactionAllowed |
Queries if emoji reactions status is allowed.
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) isWebinarEmojiReactionSupported |
Determines if current webinar supports emoji reactions.
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) isWebinarMeeting |
Queries if the meeting is Webinar.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isWebinarPanelist |
Queries if the current user is the webinar panelist of the meeting.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) isWhiteboardLegalNoticeAvailable |
Determines if whiteboard legal notice is available.
Provided by category MobileRTCMeetingService(Whiteboard).
| - (BOOL) joinLanguageChannel: | (NSInteger) | lanID |
Joins a language channel.
| lanID | The language channel ID. |
Provided by category MobileRTCMeetingService(Interpretation).
| - (MobileRTCMeetError) joinMeetingWithJoinParam: | (nonnull MobileRTCMeetingJoinParam *) | param |
Joins a meeting with MobileRTCMeetingJoinParam parameter.
| param | Create an instance with settings via MobileRTCMeetingJoinParam. |
| - (MobileRTCSDKError) joinSignLanguageChannel: | (NSString *_Nullable) | signLanID |
Joins a sign language channel if myself is not a sign interpreter. Only for non-interpreter.
| signLanID | The sign language ID. |
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (void) leaveMeetingWithCmd: | (LeaveMeetingCmd) | cmd |
Ends or leaves the current meeting.
| cmd | The command for leaving the current meeting. Only a host can end the meeting. |
| - (MobileRTCSDKError) leaveSignLanguageChannel |
Leaves the current sign language channel if myself is not a sign interpreter. Only for non-interpreter.
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (BOOL) lockMeeting: | (BOOL) | lock |
Sets to lock the meeting.
| lock | YES to lock the meeting. Otherwise, NO. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) lockShare: | (BOOL) | lock |
Sets to lock the share.
| lock | YES to lock the share. Otherwise, NO. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) lowerAllHand: | (BOOL) | isWebinarAttendee |
Puts all users' hands down.
| isWebinarAttendee | YES to lower all hands for webinar attendee. Otherwise, NO. |
Provided by category MobileRTCMeetingService(User).
| - (BOOL) lowerHand: | (NSUInteger) | userId |
Puts hands down of the current user.
| userId | The user ID. |
Provided by category MobileRTCMeetingService(User).
| - (BOOL) makeHost: | (NSUInteger) | userId |
Assigns a user as the host in the meeting.
| userId | The user ID who is specified as host in the meeting. |
Provided by category MobileRTCMeetingService(User).
| - (MobileRTCSDKError) makeHost: | (NSUInteger) | userId | |
| withAssetsPrivilege: | (NSArray< MobileRTCGrantCoOwnerAssetsInfo * > *_Nonnull) | infoList |
Assigns a user as the host in the meeting and grants this user with privilege to manage related assets after the meeting.
| userId | The user ID who is specified as host in the meeting. |
| infoList | The assets privilege information list. |
Provided by category MobileRTCMeetingService(User).
| - (nullable MobileRTCMeetingChat *) meetingChatByID: | (nonnull NSString *) | messageID |
Gets in-meeting chat message.
| messageID | The message ID sent in the meeting. |
Provided by category MobileRTCMeetingService(Chat).
| - (UIView *_Nullable) meetingView |
Returns the view of meeting UI, which enables customers to add their own view in the meeting UI.
| - (BOOL) modifyInterpreter: | (NSUInteger) | userID | |
| lan1: | (NSInteger) | lanID1 | |
| andLan2: | (NSInteger) | lanID2 |
Modifies the language of an interpreter.
| userID | The interpreter user ID. |
| lanID1 | The new first language ID. |
| lanID2 | The new second language ID. |
Provided by category MobileRTCMeetingService(Interpretation).
| - (MobileRTCSDKError) modifySignInterpreter: | (NSUInteger) | userID | |
| signLanId: | (NSString *_Nullable) | signLanID |
Modifies the language of a sign interpreter.
| userID | The unique identity of the user. |
| signLanID | The ID of sign language. |
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (BOOL) muteAllUserAudio: | (BOOL) | allowSelfUnmute |
Mutes audio of all attendees.
| allowSelfUnmute | YES to allow attendees to unmute audio themselves, NO otherwise. |
Provided by category MobileRTCMeetingService(Audio).
| - (MobileRTCAudioError) muteMyAudio: | (BOOL) | mute |
Mutes or unmutes the audio of the current user.
| mute | YES to mute, NO to unmute. |
Provided by category MobileRTCMeetingService(Audio).
| - (MobileRTCSDKError) muteMyVideo: | (BOOL) | mute |
Mutes or unmutes video of the current user.
| mute | YES to mute video of the current user. Otherwise, NO. |
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) muteUserAudio: | (BOOL) | mute | |
| withUID: | (NSUInteger) | userID |
Mutes or unmutes the user's audio.
| mute | YES to mute, NO to unmute. |
| userID | The user's ID. |
Provided by category MobileRTCMeetingService(Audio).
| - (MobileRTCAudioOutput) myAudioOutputDescription |
Gets the audio output type of the current user.
Provided by category MobileRTCMeetingService(Audio).
| - (MobileRTCAudioType) myAudioType |
Gets the in-meeting audio type of the current user.
Provided by category MobileRTCMeetingService(Audio).
| - (NSUInteger) myselfUserID |
Gets the ID of the current user in the meeting.
Provided by category MobileRTCMeetingService(User).
| - (BOOL) pinVideo: | (BOOL) | on | |
| withUser: | (NSUInteger) | userId |
Sets whether to pin the user's video or not.
| on | YES to pin the user's video. Otherwise, NO. |
| userId | The user ID whose video will be pinned. |
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) playChime: | (BOOL) | on |
Sets whether chime is enabled when the user joins or leaves meeting.
| on | YES to enable chime, NO to disable. |
Provided by category MobileRTCMeetingService(Audio).
| - (BOOL) presentMeetingChatViewController: | (nonnull UIViewController *) | parentVC | |
| userId: | (NSInteger) | userId |
Presents Zoom original Meeting Chat ViewController.
| parentVC | The view controller used to present ViewController. |
| userId | The user ID of the user you would like to chat. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) presentParticipantsViewController: | (nonnull UIViewController *) | parentVC |
Set to present Zoom original Participants ViewController.
| parentVC | which use to present ViewController. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) presentQAViewController: | (nonnull UIViewController *) | parentVC |
Presents Zoom original Q&A ViewController.
| parentVC | The view controller used to present ViewController. |
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) promptAttendee2Panelist: | (NSUInteger) | userID |
Prompts attendee to panelist in Webinar.
| userID | The user ID. |
Provided by category MobileRTCMeetingService(Webinar).
| - (MobileRTCNetworkQuality) queryNetworkQuality: | (MobileRTCComponentType) | type | |
| withDataFlow: | (BOOL) | sending |
Checks in-meeting network status.
| type | Meeting component types. Now we can only query three components network status: MobileRTCComponentType_AUDIO, MobileRTCComponentType_VIDEO, and MobileRTCComponentType_SHARE. |
| sending | YES to query sending data. Otherwise, NO to query receiving data. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) raiseMyHand |
Raises hand of the current user.
Provided by category MobileRTCMeetingService(User).
| - (BOOL) reclaimHost |
Reclaims the role of the host.
Provided by category MobileRTCMeetingService(User).
| - (MobileRTCMeetError) removeBGImage: | (MobileRTCVirtualBGImageInfo *_Nullable) | bgImageInfo |
Removes image item from image list. Will use the previous one for virtual background.
| bgImageInfo | The background image info to remove. |
Provided by category MobileRTCMeetingService(VirtualBackground).
| - (BOOL) removeInterpreter: | (NSUInteger) | userID |
Removes an interpreter.
| userID | The interpreter user ID. |
Provided by category MobileRTCMeetingService(Interpretation).
| - (MobileRTCSDKError) removeRawLiveStreamPrivilege: | (NSUInteger) | userId |
Remove the raw live stream privilege.
| userId | Specify the ID of the user whose privilege will be removed. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCSDKError) removeSignInterpreter: | (NSUInteger) | userID |
Removes an interpreter.
| userID | The unique identity of the user. |
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (BOOL) removeUser: | (NSUInteger) | userId |
Removes a user from the meeting.
| userId | The user ID to be removed from the meeting. |
Provided by category MobileRTCMeetingService(User).
| - (BOOL) reopenQuestion: | (nonnull NSString *) | questionID |
Reopens a question.
| questionID | The question ID. |
Provided by category MobileRTCMeetingService(QA).
| - (MobileRTCSDKError) requestRawLiveStreaming: | (nonnull NSString *) | broadcastURL | |
| broadcastName: | (NSString *_Nullable) | broadcastName |
Send a request to enable the SDK to start a raw live stream.
| broadcastURL | The broadcast URL of the live-stream. |
| broadcastName | The broadcast name of the live-stream. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCSDKError) requestSignLanuageInterpreterToTalk: | (NSUInteger) | userID | |
| allowToTalk: | (BOOL) | allowToTalk |
The host allows or disallows sign language interpreter to talk.
| userID | The unique identity of the user. |
| allowToTalk | YES to allow to talk. Otherwise, NO. |
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (MobileRTCSDKError) requestStartCloudRecording |
Sends a request to ask the host to start cloud recording.
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCSDKError) requestStartSmartSummary |
Requests the host to start the smart summary for the current meeting.
Provided by category MobileRTCMeetingService(SmartSummary).
| - (MobileRTCSDKError) requestToStartCaptions: | (BOOL) | enableTranslation |
Requests the host to start captions. If the host approves your request, you receive the callback MobileRTCMeetingServiceDelegate::onStartCaptionsRequestApproved, and you should start captions or translation there.
| enableTranslation | YES to enable translation at the same time. Otherwise, NO. |
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) requestToStartLiveTranscription: | (BOOL) | requestAnonymous |
Requests the host to start live transcription.
| requestAnonymous | YES if it is anonymous to request the host to start live transcription. Otherwise, NO. |
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (MobileRTCSDKError) requestTurnoffAllAICompanion |
Asks host to turn off all started AI Companion features.
Provided by category MobileRTCMeetingService(AICompanion).
| - (MobileRTCSDKError) requestTurnOnAllAICompanion |
Asks host to turn on all AI Companion features if they are enabled for the current meeting.
Provided by category MobileRTCMeetingService(AICompanion).
| - (void) resetMeetingAudioForCallKitHeld |
Resets the meeting audio session including category and mode. When the call comes in or goes out, click hold or swap in the dial-up UI to restore the zoom sound.
Provided by category MobileRTCMeetingService(Audio).
| - (void) resetMeetingAudioSession |
Resets the meeting audio session including category and mode.
Provided by category MobileRTCMeetingService(Audio).
| - (MobileRTCSDKError) restartPolling: | (NSString *_Nullable) | pollingID |
Restarts the polling.
| pollingID | The edit poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) resumePauseCMR |
Pauses or resumes cloud recording in the meeting.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) revokeCoHost: | (NSUInteger) | userID |
Revokes co-host role of another user in the meeting.
| userID | The user ID. |
Provided by category MobileRTCMeetingService(User).
| - (BOOL) rotateMyVideo: | (UIDeviceOrientation) | rotation |
Rotates my video.
| rotation | The device orientation. |
Provided by category MobileRTCMeetingService(Video).
| - (MobileRTCMeetError) selectGreenVBPoint: | (CGPoint) | point |
Selects the point that is regarded as background.
| point | The point in the preview view. |
Provided by category MobileRTCMeetingService(VirtualBackground).
| - (MobileRTCSendChatError) sendChatMsg: | (nullable MobileRTCMeetingChat *) | msg |
Sends a chat message.
| msg | The chat message. |
Provided by category MobileRTCMeetingService(Chat).
| - (MobileRTCSDKError) sendEmojiFeedback: | (MobileRTCEmojiFeedbackType) | type |
Sends the emoji feedback.
| type | The emoji feedback type to be sent. |
Provided by category MobileRTCMeetingService(Reaction).
| - (MobileRTCSDKError) sendEmojiReaction: | (MobileRTCEmojiReactionType) | type |
Sends emoji reaction.
| type | The type of the emoji reaction. |
Provided by category MobileRTCMeetingService(Reaction).
| - (BOOL) sendPairingCode: | (nonnull NSString *) | code | |
| WithMeetingNumber: | (unsigned long long) | meetingNumber |
Gets the pairing code when the room device calls in.
| code | The pairing code which enables the device to connect to the meeting. |
| meetingNumber | The meeting number. |
Provided by category MobileRTCMeetingService(Customize).
| - (MobileRTCSDKError) set3DAvatarImage: | (MobileRTC3DAvatarImageInfo *_Nullable) | imageInfo |
Specifies an image to be the video filter image.
| imageInfo | The image to use. |
Provided by category MobileRTCMeetingService(Avatar).
| - (MobileRTCSDKError) setAnswerCheck: | (MobileRTCPollingAnswerItem *_Nullable) | answerItem | |
| check: | (BOOL) | check |
Attendee sets answer's check.
| answerItem | The answer item where you want to set check. |
| check | YES to select the answer. Otherwise, NO. |
Provided by category MobileRTCMeetingService(Polling).
| - (MobileRTCSDKError) setAnswerContent: | (MobileRTCPollingAnswerItem *_Nullable) | answerItem | |
| answerText: | (NSString *_Nullable) | answerText |
Attendee sets answer's content.
| answerItem | The answer item where you want to answer. |
| answerText | The answer's content you want to reply. |
Provided by category MobileRTCMeetingService(Polling).
| - (MobileRTCSDKError) setAttendeeViewMode: | (MobileRTCAttendeeViewMode) | mode |
Sets the view mode of the attendee.
| mode | The view mode of the attendee. |
Provided by category MobileRTCMeetingService(Webinar).
| - (BOOL) setCloudWhiteboardFeedbackUrl: | (nullable NSString *) | feedbackUrl |
Allows the developer to customize the URL of cloud whiteboard feedback.
| feedbackUrl | The customized URL. |
Provided by category MobileRTCMeetingService(Whiteboard).
| - (BOOL) setCustomizedInvitationDomain: | (NSString *_Nonnull) | invitationDomain |
Sets the customized invitation domain.
| invitationDomain | The customized invitation domain. For example, https://example.com. |
| - (BOOL) setCustomizedPollingUrl: | (nullable NSString *) | pollingURL | |
| bCreate: | (BOOL) | bCreate |
Allows the developer to customize the URL of creating or editing the polling.
| pollingURL | The customized URL. |
| bCreate | YES to change the URL of creating a polling. Otherwise, NO to change the URL of editing a polling. |
Provided by category MobileRTCMeetingService(Customize).
| - (MobileRTCSDKError) setDocsCreateOption: | (MobileRTCDocsCreateOption) | option |
Sets the setting option for Docs who can initiate new Docs.
| option | The setting option for who can initiate new Docs. |
Provided by category MobileRTCMeetingService(Docs).
| - (MobileRTCSDKError) setDocsShareOption: | (MobileRTCDocsShareOption) | option |
Sets the setting option for Docs who can share.
| option | The setting for who can share. |
Provided by category MobileRTCMeetingService(Docs).
| - (MobileRTCSDKError) setFaceRecognitionFailStrategy: | (MobileRTCFaceRecognitionFailStrategy) | strategy |
Sets the fail strategy of face recognition when auto-framing is enabled (mode is MobileRTCAutoFramingMode_FaceRecognition).
| strategy | The fail strategy of face recognition. |
Provided by category MobileRTCMeetingService(Video).
| - (MobileRTCSDKError) setFocusModeShareType: | (MobileRTCFocusModeShareType) | shareType |
Set focus mode type indicating who can see the shared content which is controlled by host or co-host.
| shareType | The type of focus mode share type. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) setInterpreterActiveLan: | (NSInteger) | activeLanID |
Sets a language channel which myself will be in, if myself is an interpreter.
| activeLanID | The active language ID. |
Provided by category MobileRTCMeetingService(Interpretation).
| - (BOOL) setInterpreterListenLan: | (NSInteger) | lanID |
Sets a language that I can hear as an interpreter.
| lanID | The selected language ID that I can hear as an interpreter. |
Provided by category MobileRTCMeetingService(Interpretation).
| - (BOOL) setMeetingSpokenLanguage: | (NSInteger) | languageID |
Sets the spoken language of the current user.
| languageID | The spoken language ID. |
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (MobileRTCSDKError) setMeetingSpokenLanguage: | (NSInteger) | languageID | |
| isForAll: | (BOOL) | isForAll |
Sets the current user's spoken language.
| languageID | The spoken language ID. |
| isForAll | YES to set spoken language for all users. Otherwise, NO to set only for myself. |
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) setMeetingTopic: | (NSString *_Nonnull) | meetingTopic |
Sets to customize the meeting topic which will be displayed in the meeting info view.
| meetingTopic | The topic of the meeting. |
Provided by category MobileRTCMeetingService(Customize).
| - (MobileRTCSDKError) setMeetingTopics: | (NSString *_Nonnull) | meetingTopic |
Sets to customize the meeting topic which will be displayed in the meeting info view.
| meetingTopic | The topic of the meeting. |
Provided by category MobileRTCMeetingService(Customize).
| - (MobileRTCSDKError) setParentViewCtroller: | (UIViewController *_Nullable) | parentVC |
Sets parent view controller for whiteboard board view and whiteboard canvas.
| parentVC | The view controller used to present ViewController. If parentVC is nil, whiteboard will dismiss. |
Provided by category MobileRTCMeetingService(Whiteboard).
| - (void) setShareAudio: | (BOOL) | enableAudio |
Enables or disables the sending of device audio.
| enableAudio | YES to enable device audio sharing. Otherwise, NO to disable. |
Provided by category MobileRTCMeetingService(AppShare).
| - (MobileRTCSDKError) setShareSettingType: | (MobileRTCShareSettingType) | shareType |
Sets sharing types for the host or co-host in the meeting.
| shareType | Custom setting types of ZOOM SDK sharing. |
Provided by category MobileRTCMeetingService(AppShare).
| - (BOOL) setTranslationLanguage: | (NSInteger) | languageID |
Sets the translation language of the current user.
| languageID | The translation language ID. If the language ID is set to -1, live translation is disabled. Then you can receive closed caption when the host sets meeting manual caption to YES. |
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (MobileRTCSDKError) setVideoAutoFramingMode: | (MobileRTCAutoFramingMode) | mode |
Sets the mode of auto-framing when auto-framing is enabled.
| mode | The auto-framing mode. |
Provided by category MobileRTCMeetingService(Video).
| - (MobileRTCSDKError) setVideoAutoFramingRatio: | (CGFloat) | ratio |
Sets the zoom in ratio of auto-framing when auto-framing is enabled.
| ratio | The zoom in ratio of auto-framing. Valid range of ratio: A. mode is "MobileRTCAutoFramingMode_CenterCoordinates", 1~10. B. mode is "MobileRTCAutoFramingMode_FaceRecognition", 0.1~10. |
Provided by category MobileRTCMeetingService(Video).
| - (MobileRTCSDKError) setVideoQualityPreference: | (MobileRTCVideoPreferenceSetting *_Nullable) | preferenceSetting |
Sets the video quality preference that automatically adjusts the user's video to prioritize frame rate vs. resolution based on the current bandwidth available.
| preferenceSetting | The video quality preference. |
Provided by category MobileRTCMeetingService(Video).
| - (MobileRTCSDKError) setWhiteboardCreateOption: | (MobileRTCWhiteboardCreateOption) | option |
Sets the option for who can initiate a new whiteboard.
| option | The setting option for who can initiate a new whiteboard. |
Provided by category MobileRTCMeetingService(Whiteboard).
| - (MobileRTCSDKError) setWhiteboardShareOption: | (MobileRTCWhiteboardShareOption) | option |
Sets the option for who can share a whiteboard.
| option | The new setting for who can share a whiteboard. |
Provided by category MobileRTCMeetingService(Whiteboard).
| - (MobileRTCSDKError) showAANPanelInView: | (UIView *_Nullable) | containerView |
Show app signaling pannel in designated position of container view.
| containerView | the view container to show app signaling pannel. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCSDKError) showActiveDoc: | (NSUInteger) | shareSourceID | |
| byParentViewCtroller: | (UIViewController *_Nonnull) | parentVC |
Shows Doc or DocDashboardView. Need to set parent view controller. If Doc is active MobileRTCDocsStatus_Start, that can show active Doc.
| parentVC | The view controller used to present ViewController. |
| shareSourceID | The selected doc share source ID. |
Provided by category MobileRTCMeetingService(Docs).
| - (MobileRTCSDKError) showAvatar: | (BOOL) | bShow |
Sets to show or hide the last used avatar in the meeting.
| bShow | YES to show the last used avatar. Otherwise, NO. |
Provided by category MobileRTCMeetingService(Avatar).
| - (MobileRTCSDKError) showDashboardView |
Shows the dashboard web view window.
Provided by category MobileRTCMeetingService(Whiteboard).
| - (MobileRTCSDKError) showDocByParentViewCtroller: | (UIViewController *_Nonnull) | parentVC |
Shows Doc or DocDashboardView. Need to set parent view controller. If Doc is active MobileRTCDocsStatus_Start, that can show active Doc.
| parentVC | The view controller used to present ViewController. |
Provided by category MobileRTCMeetingService(Docs).
| - (MobileRTCSDKError) showDocDashboardView |
Shows the dashboard web view window.
Provided by category MobileRTCMeetingService(Docs).
| - (MobileRTCSDKError) showDynamicNoticeForAICompanionPanel: | (UIView *_Nullable) | containerView |
Show the dynamic notice for the AI Companion panel view in the bottom of the container view.
| containerView | Show the AI Companion panel's dynamic notice in this view. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (void) showMeetingControlBar |
If you add a full-screen view to our zoom meeting UI, you can display the control bar by this method when the control bar is hidden.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) showMinimizeMeetingFromZoomUIMeeting |
Call the method to show Minimize meeting when in Zoom UI meeting.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) showMobileRTCMeeting: | (void(^)(void)) | completion |
Set to show UI of meeting.
| completion | User can do other operations once the meeting UI comes out. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCSDKError) showWhiteboardByParentViewCtroller: | (UIViewController *_Nullable) | parentVC |
Shows whiteboard or DashboardView. Need to set parent view controller. If whiteboard is active MobileRTCWhiteboardStatus_Started, that can show active whiteboard.
| parentVC | The view controller used to present ViewController. If parentVC is nil, whiteboard will dismiss. |
Provided by category MobileRTCMeetingService(Whiteboard).
| - (BOOL) spotlightVideo: | (BOOL) | on | |
| withUser: | (NSUInteger) | userId |
Sets whether to spotlight the user's video.
| on | YES to spotlight the user's video. NO to cancel spotlighting the user's video. |
| userId | The user ID whose video will be spotlighted in the meeting. |
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) startAppShare |
Starts App Share.
Provided by category MobileRTCMeetingService(AppShare).
| - (BOOL) startInterpretation |
Starts interpretation.
Provided by category MobileRTCMeetingService(Interpretation).
| - (BOOL) startLiveStreamWithStreamingURL: | (nonnull NSString *) | streamingURL | |
| StreamingKey: | (nonnull NSString *) | key | |
| BroadcastURL: | (nonnull NSString *) | broadcastURL |
Set to start Live Stream.
| streamingURL | The live stream URL by which you can live the meeting. |
| key | Stream key offered by the third platform on which you want to live stream your meeting. |
| broadcastURL | The URL of live stream page. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) startLiveTranscription |
Starts live transcription. If the meeting enables multi-language transcription, all users can start live transcription. Otherwise, only the host can start.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) startLiving: | (nonnull NSString *) | questionID |
Starts living a question.
| questionID | The question ID. |
Provided by category MobileRTCMeetingService(QA).
| - (MobileRTCMeetError) startMeetingWithStartParam: | (nonnull MobileRTCMeetingStartParam *) | param |
Starts a meeting with MobileRTCMeetingStartParam parameter.
| param | Create an instance with settings via MobileRTCMeetingStartParam. |
| - (MobileRTCSDKError) startPolling: | (NSString *_Nullable) | pollingID |
Starts the polling.
| pollingID | The edit poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) startPreviewWithFrame: | (CGRect) | frame |
Starts preview to inspect the virtual background effect.
| frame | The frame for the preview. |
Provided by category MobileRTCMeetingService(VirtualBackground).
| - (BOOL) startRawArchiving |
Starts raw archiving and gets raw data receive privilege.
Provided by category MobileRTCMeetingService(RawArchiving).
| - (MobileRTCSDKError) startRawLiveStreaming: | (nonnull NSString *) | broadcastURL | |
| broadcastName: | (NSString *_Nullable) | broadcastName |
Start a rawData live stream.
| broadcastURL | The broadcast URL of the live-stream. |
| broadcastName | The broadcast name of the live-stream. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCSDKError) startSharePollingResult: | (NSString *_Nullable) | pollingID |
Shares the poll's result.
| pollingID | The edit poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (MobileRTCSDKError) startSignInterpretation |
Starts sign interpretation.
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (MobileRTCSDKError) startSmartSummary |
Starts smart summary.
Provided by category MobileRTCMeetingService(SmartSummary).
| - (void) stopAppShare |
Stops App Share.
Provided by category MobileRTCMeetingService(AppShare).
| - (MobileRTCSDKError) stopIncomingAudio: | (BOOL) | enabled |
Stops or resumes the incoming audio.
| enabled | YES to stop incoming audio, NO to resume. |
Provided by category MobileRTCMeetingService(Audio).
| - (MobileRTCSDKError) stopIncomingVideo: | (BOOL) | enable |
Stops the incoming video.
| enable | YES to enable to stop incoming video. Otherwise, NO. |
Provided by category MobileRTCMeetingService(Video).
| - (BOOL) stopInterpretation |
Stops interpretation.
Provided by category MobileRTCMeetingService(Interpretation).
| - (BOOL) stopLiveStream |
Set to stop live streaming.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) stopLiveTranscription |
Stops live transcription. If the meeting enables multi-language transcription, all users can stop live transcription. Otherwise, only the host can stop.
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (MobileRTCSDKError) stopPolling: | (NSString *_Nullable) | pollingID |
Stops the polling.
| pollingID | The edit poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (void) stopPreview |
Stops previewing the virtual background.
Provided by category MobileRTCMeetingService(VirtualBackground).
| - (BOOL) stopRawArchiving |
Stops raw archiving and revokes raw data receive privilege.
Provided by category MobileRTCMeetingService(RawArchiving).
| - (MobileRTCSDKError) stopRawLiveStream |
Stop a rawData live stream.
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCSDKError) stopSharePollingResult: | (NSString *_Nullable) | pollingID |
Stops sharing the poll's result.
| pollingID | The edit poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (MobileRTCSDKError) stopSignInterpretation |
Stops sign interpretation.
Provided by category MobileRTCMeetingService(SignInterpreter).
| - (MobileRTCSDKError) stopSmartSummary |
Stops smart summary.
Provided by category MobileRTCMeetingService(SmartSummary).
| - (BOOL) stopUserVideo: | (NSUInteger) | userID |
Stops the user's video.
| userID | The user ID of other users except the host in the meeting. |
Provided by category MobileRTCMeetingService(Video).
| - (MobileRTCSDKError) submitPolling: | (NSString *_Nullable) | pollingID |
Attendee submits the polling.
| pollingID | The submit poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (MobileRTCSDKError) suspendParticipantsActivites |
Suspend all participant activities.
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) suspendSharing: | (BOOL) | suspend |
Suspends App Sharing.
| suspend | YES if sharing should be suspended. Otherwise, NO to resume sharing. |
Provided by category MobileRTCMeetingService(AppShare).
| - (BOOL) switchCamera: | (NSString *_Nullable) | cameraId |
Switches camera by camera ID.
| cameraId | The target camera ID. |
Provided by category MobileRTCMeetingService(Video).
| - (MobileRTCAudioError) switchMyAudioSource |
Switches the audio output between receiver and speaker.
Provided by category MobileRTCMeetingService(Audio).
| - (MobileRTCCameraError) switchMyCamera |
Switches the camera of the current user in the local device.
Provided by category MobileRTCMeetingService(Video).
| - (void) switchToActiveSpeaker |
Switch to active scene.The sequence of video frames is { drive scene(only iPhone), active scene, gallery scene(if has)}.
Provided by category MobileRTCMeetingService(InMeeting).
| - (void) switchToDriveScene |
Switch to drive scene.The sequence of video frames is { drive scene(only iPhone), active scene, gallery scene(if has)}.
Provided by category MobileRTCMeetingService(InMeeting).
| - (void) switchToVideoWall |
Switch to gallery scene.The sequence of video frames is { drive scene(only iPhone), active scene, gallery scene(if has)}.
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCSDKError) transferFile: | (NSString *_Nullable) | filePath | |
| toUser: | (NSUInteger) | userId |
Sends file to the specified user in the current meeting.
| filePath | The absolute path of the file. |
| userId | The user ID to send the file to. |
Provided by category MobileRTCMeetingService(Chat).
| - (MobileRTCSDKError) transferFileToAll: | (NSString *_Nullable) | filePath |
Sends file to all users in the current meeting.
| filePath | The local path of the file. |
Provided by category MobileRTCMeetingService(Chat).
| - (MobileRTCSDKError) turnFocusModeOn: | (BOOL) | on |
Turn focus mode on or off. Focus mode on means Participants will only be able to see hosts' videos and shared content, and videos of spotlighted participants.
| on | Yes means to turen on, No means to turn off. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCSDKError) turnOffAllAICompanion: | (BOOL) | deleteMeetingAssets |
Turns off the AI Companion features.
| deleteMeetingAssets | YES to delete the meeting assets when turning off the AI Companion features. Otherwise, NO. |
Provided by category MobileRTCMeetingService(AICompanion).
| - (BOOL) turnOffMajorAudio |
Turns off the major audio if you are in some interpreter language channel.
Provided by category MobileRTCMeetingService(Interpretation).
| - (MobileRTCSDKError) turnOnAllAICompanion |
Turns on all the AI Companion features.
Provided by category MobileRTCMeetingService(AICompanion).
| - (void) turnOnCMR: | (BOOL) | on |
Turns on or off the cloud recording in the meeting.
| on | YES to turn on cloud recording. Otherwise, NO. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (BOOL) turnOnMajorAudio |
Turns on the major audio if you are in some interpreter language channel.
Provided by category MobileRTCMeetingService(Interpretation).
| - (BOOL) unSpotlightAllVideos |
Un-spotlights all users.
Provided by category MobileRTCMeetingService(Video).
| - (MobileRTCSDKError) updateVirtualNameTagRosterInfo: | (NSArray< MobileRTCVirtualNameTag * > *_Nullable) | userRoster |
Update the virtual name tag roster infomation for the account.
| userRoster | The virtual name tag roster info list for specify user. |
Provided by category MobileRTCMeetingService(InMeeting).
| - (MobileRTCMeetError) useBGImage: | (MobileRTCVirtualBGImageInfo *_Nullable) | bgImage |
Uses the specified image item for virtual background.
| bgImage | The background image info to use. |
Provided by category MobileRTCMeetingService(VirtualBackground).
| - (MobileRTCMeetError) useNoneImage |
Disables the virtual background, same as using a none image item.
Provided by category MobileRTCMeetingService(VirtualBackground).
| - (nullable MobileRTCMeetingUserInfo *) userInfoByID: | (NSUInteger) | userId |
Gets user information in the meeting.
| userId | The in-meeting user ID. |
Provided by category MobileRTCMeetingService(User).
| - (MobileRTCSDKError) viewPollingResultFromBrowser: | (NSString *_Nullable) | pollingID |
Opens a polling result in the web browser.
| pollingID | The edit poll's polling ID. |
Provided by category MobileRTCMeetingService(Polling).
| - (BOOL) voteupQuestion: | (nonnull NSString *) | questionID | |
| voteup: | (BOOL) | voteup |
Votes up a question.
| questionID | The question ID. |
| voteup | YES to vote up. Otherwise, NO. |
Provided by category MobileRTCMeetingService(QA).
| - (BOOL) withdrawCCPrivilege: | (NSUInteger) | userId |
Withdraws the user privilege to send closed caption.
| userId | The user ID. |
Provided by category MobileRTCMeetingService(LiveTranscription).
| - (BOOL) zoomCamera: | (CGFloat) | velocity |
Zooms the camera in or out.
| velocity | The zoom velocity. |
Provided by category MobileRTCMeetingService(Video).
|
readwritenonatomicweak |
Callback for custom UI meeting events. Custom UI features enable you to customize the user interface instead of using the default client view.
Definition at line 313 of file MobileRTCMeetingService.h.
|
readwritenonatomicweak |
Callback to receive meeting events.
Definition at line 308 of file MobileRTCMeetingService.h.
|
readwritenonatomicretain |
The preview for inspect the virtual background effect.
Provided by category MobileRTCMeetingService(VirtualBackground).
Definition at line 42 of file MobileRTCMeetingService+VirtualBackground.h.