iOS API
|
Set to modify the configurations of the meeting. More...
#import <MobileRTCMeetingSettings.h>
Instance Methods | |
(BOOL) | - autoConnectInternetAudio |
Query if the user joins meeting with audio device. More... | |
(void) | - setAutoConnectInternetAudio: |
Set to auto-connect the audio when user joins meeting. More... | |
(BOOL) | - muteAudioWhenJoinMeeting |
Query if user's audio is muted when he joins the meeting. More... | |
(void) | - setMuteAudioWhenJoinMeeting: |
Set to mute user's audio when he joins the meeting. More... | |
(BOOL) | - muteVideoWhenJoinMeeting |
Query if user's video is muted when he joins the meeting. More... | |
(void) | - setMuteVideoWhenJoinMeeting: |
Set to mute user's video when he joins the meeting. More... | |
(BOOL) | - faceBeautyEnabled |
Query Touch up my appearance enable or not. More... | |
(void) | - setFaceBeautyEnabled: |
Set Touch up my appearance enable or not. More... | |
(BOOL) | - driveModeDisabled |
Query if driving mode is disabled. More... | |
(void) | - disableDriveMode: |
Set to disable the Driving mode in the meeting. More... | |
(BOOL) | - galleryViewDisabled |
Query if Gallery View is disabled. More... | |
(void) | - disableGalleryView: |
Set to disable the Gallery View in the meeting. More... | |
(BOOL) | - callInDisabled |
Query if it is disabled to call in. More... | |
(void) | - disableCallIn: |
Set to disable the incoming calls. More... | |
(BOOL) | - callOutDisabled |
Query if it is disabled to call out. More... | |
(void) | - disableCallOut: |
Set to disable the outgoing calls. More... | |
(BOOL) | - minimizeMeetingDisabled |
Query if it is disabled to Minimize Meeting. More... | |
(void) | - disableMinimizeMeeting: |
Set to disable the Minimize Meeting. More... | |
(BOOL) | - freeMeetingUpgradeTipsDisabled |
Query if it is disabled to Minimize Meeting. More... | |
(void) | - disableFreeMeetingUpgradeTips: |
Set to disable the Minimize Meeting. More... | |
(BOOL) | - speakerOffWhenInMeeting |
Query Meeting setting of speaker off when present meeting. More... | |
(void) | - setSpeakerOffWhenInMeeting: |
Set speaker off. Default value is No, Need set to NO when not used. More... | |
(BOOL) | - showMyMeetingElapseTime |
Query show meeting elapse time. More... | |
(void) | - enableShowMyMeetingElapseTime: |
Enable show meeting elapse time. More... | |
(BOOL) | - micOriginalInputEnabled |
Query mic original input enable or not. More... | |
(void) | - enableMicOriginalInput: |
Enable mic original input. More... | |
(void) | - hideReactionsOnMeetingUI: |
Set the visibility of reaction on meeting UI. Default is displaying. More... | |
(BOOL) | - showVideoPreviewWhenJoinMeetingDisabled |
Query if it is disabled to show video preview when join meeting. More... | |
(void) | - disableShowVideoPreviewWhenJoinMeeting: |
Set to disable show video preview when join meeting. More... | |
(BOOL) | - virtualBackgroundDisabled |
Query if it is disabled for virtual background. More... | |
(void) | - disableVirtualBackground: |
Set to disable virtual background. More... | |
(void) | - prePopulateWebinarRegistrationInfo:username: |
pre populate webinar registration info. More... | |
(BOOL) | - disableConfidentialWatermark: |
Set to disable confidential watermark. More... | |
(BOOL) | - copyMeetingUrlDisabled |
Query if it is disabled for copy meeting url. More... | |
(void) | - disableCopyMeetingUrl: |
Set to disable copy meeting url. More... | |
Properties | |
BOOL | meetingTitleHidden |
Show/Hide meeting title in the meeting bar. More... | |
BOOL | meetingPasswordHidden |
Show/Hide meeting title in the meeting bar. More... | |
BOOL | meetingLeaveHidden |
Show/Hide the END/LEAVE MEETING button in the meeting bar. More... | |
BOOL | meetingAudioHidden |
Show/Hide AUDIO button in the meeting bar. More... | |
BOOL | meetingVideoHidden |
Show/Hide VIDEO button in the meeting bar. More... | |
BOOL | meetingInviteHidden |
Show/Hide INVITE button in the meeting bar. More... | |
BOOL | meetingChatHidden |
Show/Hide Chat in the meeting bar. More... | |
BOOL | meetingParticipantHidden |
Show/Hide PARTICIPANT button in the meeting bar. More... | |
BOOL | meetingShareHidden |
Show/Hide SHARE button in the meeting bar. More... | |
BOOL | meetingMoreHidden |
Show/Hide MORE button in the meeting bar. More... | |
BOOL | topBarHidden |
Show/Hide the BAR ON THE TOP of view in the meeting. More... | |
BOOL | bottomBarHidden |
Show/Hide BAR at the bottom of the view in the meeting. More... | |
BOOL | disconnectAudioHidden |
Show/Hide disconnect audio button. More... | |
BOOL | enableKubi |
Enable/Disable Kubi Device in the meeting. More... | |
BOOL | thumbnailInShare |
Change thumbnail video layout while viewing a share in the meeting. More... | |
BOOL | hostLeaveHidden |
Show/Hide LEAVE MEETING item for the host. More... | |
BOOL | hintHidden |
Show/Hide the hint message in the meeting. More... | |
BOOL | waitingHUDHidden |
Show/Hide the waiting HUD while starting/joining a meeting. | |
BOOL | callinRoomSystemHidden |
Show/Hide "Call in Room System" item in Invite h.323/SIP Room System. More... | |
BOOL | calloutRoomSystemHidden |
Show/Hide "Call out Room System" item in Invite h.323/SIP Room System. More... | |
BOOL | claimHostWithHostKeyHidden |
Show/Hide "Enter Host Key to Claim Host" item in Menu More. More... | |
BOOL | closeCaptionHidden |
Show/Hide CLOSE CAPTION in a meeting. More... | |
BOOL | qaButtonHidden |
Show/Hide Q&A button in webinar meeting. More... | |
BOOL | promoteToPanelistHidden |
Show/Hide "Promote to Panelist" in webinar meeting. More... | |
BOOL | changeToAttendeeHidden |
Show/Hide "Change to Attendee" in webinar meeting. More... | |
BOOL | proximityMonitoringDisable |
Enable/Disable Proximity Sensors Monitoring in a meeting. More... | |
BOOL | enableCustomMeeting |
Enable Custom In-Meeting UI in meeting. | |
Set to modify the configurations of the meeting.
- (BOOL) autoConnectInternetAudio |
Query if the user joins meeting with audio device.
- (BOOL) callInDisabled |
Query if it is disabled to call in.
- (BOOL) callOutDisabled |
Query if it is disabled to call out.
- (BOOL) copyMeetingUrlDisabled |
Query if it is disabled for copy meeting url.
- (void) disableCallIn: | (BOOL) | disabled |
Set to disable the incoming calls.
disabled | The option value. |
- (void) disableCallOut: | (BOOL) | disabled |
Set to disable the outgoing calls.
disabled | The option value. |
- (BOOL) disableConfidentialWatermark: | (BOOL) | disable |
Set to disable confidential watermark.
disabled | The option value. |
- (void) disableCopyMeetingUrl: | (BOOL) | disabled |
Set to disable copy meeting url.
disabled | The option value. |
- (void) disableDriveMode: | (BOOL) | disabled |
Set to disable the Driving mode in the meeting.
disabled | YES means disabled, otherwise not. |
- (void) disableFreeMeetingUpgradeTips: | (BOOL) | disabled |
Set to disable the Minimize Meeting.
disabled | The option value. |
- (void) disableGalleryView: | (BOOL) | disabled |
Set to disable the Gallery View in the meeting.
disabled | YES means disabled, otherwise not. |
- (void) disableMinimizeMeeting: | (BOOL) | disabled |
Set to disable the Minimize Meeting.
disabled | The option value. |
- (void) disableShowVideoPreviewWhenJoinMeeting: | (BOOL) | disabled |
Set to disable show video preview when join meeting.
disabled | The option value. |
- (void) disableVirtualBackground: | (BOOL) | disabled |
Set to disable virtual background.
disabled | The option value. |
- (BOOL) driveModeDisabled |
Query if driving mode is disabled.
- (void) enableMicOriginalInput: | (BOOL) | enable |
Enable mic original input.
enable | YES means enable mic original input, otherwise not. |
- (void) enableShowMyMeetingElapseTime: | (BOOL) | enable |
Enable show meeting elapse time.
enable | YES means show meeting elapse time, otherwise not. |
- (BOOL) faceBeautyEnabled |
Query Touch up my appearance enable or not.
muted | YES means enable, otherwise not. |
- (BOOL) freeMeetingUpgradeTipsDisabled |
Query if it is disabled to Minimize Meeting.
- (BOOL) galleryViewDisabled |
Query if Gallery View is disabled.
- (void) hideReactionsOnMeetingUI: | (BOOL) | hidden |
Set the visibility of reaction on meeting UI. Default is displaying.
hidden | YES means hide reaction emotion. |
- (BOOL) micOriginalInputEnabled |
Query mic original input enable or not.
- (BOOL) minimizeMeetingDisabled |
Query if it is disabled to Minimize Meeting.
- (BOOL) muteAudioWhenJoinMeeting |
Query if user's audio is muted when he joins the meeting.
- (BOOL) muteVideoWhenJoinMeeting |
Query if user's video is muted when he joins the meeting.
- (void) prePopulateWebinarRegistrationInfo: | (nonnull NSString *) | ||
username: | (nonnull NSString *) | username | |
pre populate webinar registration info.
registration email address. | |
username | registration username. |
- (void) setAutoConnectInternetAudio: | (BOOL) | connected |
Set to auto-connect the audio when user joins meeting.
connected | The option value. |
- (void) setFaceBeautyEnabled: | (BOOL) | enable |
Set Touch up my appearance enable or not.
muted | YES means successful, otherwise not. |
- (void) setMuteAudioWhenJoinMeeting: | (BOOL) | muted |
Set to mute user's audio when he joins the meeting.
muted | YES means to mute the audio, otherwise not. |
- (void) setMuteVideoWhenJoinMeeting: | (BOOL) | muted |
Set to mute user's video when he joins the meeting.
muted | YES means to mute the video, otherwise not. |
- (void) setSpeakerOffWhenInMeeting: | (BOOL) | speakerOff |
Set speaker off. Default value is No, Need set to NO when not used.
YES | means speaker off, otherwise not. |
- (BOOL) showMyMeetingElapseTime |
Query show meeting elapse time.
- (BOOL) showVideoPreviewWhenJoinMeetingDisabled |
Query if it is disabled to show video preview when join meeting.
- (BOOL) speakerOffWhenInMeeting |
Query Meeting setting of speaker off when present meeting.
- (BOOL) virtualBackgroundDisabled |
Query if it is disabled for virtual background.
|
readwritenonatomicassign |
Show/Hide BAR at the bottom of the view in the meeting.
|
readwritenonatomicassign |
Show/Hide "Call in Room System" item in Invite h.323/SIP Room System.
|
readwritenonatomicassign |
Show/Hide "Call out Room System" item in Invite h.323/SIP Room System.
|
readwritenonatomicassign |
Show/Hide "Change to Attendee" in webinar meeting.
|
readwritenonatomicassign |
Show/Hide "Enter Host Key to Claim Host" item in Menu More.
|
readwritenonatomicassign |
Show/Hide CLOSE CAPTION in a meeting.
|
readwritenonatomicassign |
Show/Hide disconnect audio button.
|
readwritenonatomicassign |
Enable/Disable Kubi Device in the meeting.
|
readwritenonatomicassign |
Show/Hide the hint message in the meeting.
|
readwritenonatomicassign |
Show/Hide LEAVE MEETING item for the host.
|
readwritenonatomicassign |
Show/Hide AUDIO button in the meeting bar.
|
readwritenonatomicassign |
Show/Hide Chat in the meeting bar.
|
readwritenonatomicassign |
Show/Hide INVITE button in the meeting bar.
|
readwritenonatomicassign |
Show/Hide the END/LEAVE MEETING button in the meeting bar.
|
readwritenonatomicassign |
Show/Hide MORE button in the meeting bar.
|
readwritenonatomicassign |
Show/Hide PARTICIPANT button in the meeting bar.
|
readwritenonatomicassign |
Show/Hide meeting title in the meeting bar.
|
readwritenonatomicassign |
Show/Hide SHARE button in the meeting bar.
|
readwritenonatomicassign |
Show/Hide meeting title in the meeting bar.
|
readwritenonatomicassign |
Show/Hide VIDEO button in the meeting bar.
|
readwritenonatomicassign |
Show/Hide "Promote to Panelist" in webinar meeting.
|
readwritenonatomicassign |
Enable/Disable Proximity Sensors Monitoring in a meeting.
|
readwritenonatomicassign |
Show/Hide Q&A button in webinar meeting.
|
readwritenonatomicassign |
Change thumbnail video layout while viewing a share in the meeting.
|
readwritenonatomicassign |
Show/Hide the BAR ON THE TOP of view in the meeting.