#include <ZoomSDKPremeetingService.h>
Inherits NSObject.
Definition at line 103 of file ZoomSDKPremeetingService.h.
◆ disableAutoShowSelectJoinAudioDlgWhenJoinMeeting:
- (void) disableAutoShowSelectJoinAudioDlgWhenJoinMeeting: |
|
(BOOL) | disable |
|
Set the visibility of the dialog SELECT JOIN AUDIO when joining meeting. Default: enabled.
- Parameters
-
disable | YES means disabled, otherwise not. |
◆ enableForceAutoStartMyVideoWhenJoinMeeting:
- (void) enableForceAutoStartMyVideoWhenJoinMeeting: |
|
(BOOL) | enable |
|
Turn on the video of participant when he joins the meeting.
- Parameters
-
enable | YES means enabled, otherwise not. |
◆ enableForceAutoStopMyVideoWhenJoinMeeting:
- (void) enableForceAutoStopMyVideoWhenJoinMeeting: |
|
(BOOL) | enable |
|
Turn off the video of participant when he joins the meeting.
- Parameters
-
enable | YES means enabled, otherwise not. |
◆ getDirectShareHelper
◆ isDisabledPMI
Determine if the personal meeting ID is diabled or not.
- Returns
- YES means personal meeting ID is disabled, otherwise not.
- Deprecated
- This method is no longer used.
◆ isUserForceDisableShowJoinAudioDlgWhenInMeeting
- (BOOL) isUserForceDisableShowJoinAudioDlgWhenInMeeting |
|
|
|
Query if the feature that hide the dialog of joining meeting with audio in the meeting is enabled.
- Returns
- YES means hiding the dialog, otherwise not.
◆ isUserForceStartMyVideoWhenInMeeting
- (BOOL) isUserForceStartMyVideoWhenInMeeting |
|
|
|
Query if the current user is forced to enable video when joining the meeting.
- Returns
- YES means to force the current user to enable video, otherwise not.
◆ isUserForceStopMyVideoWhenInMeeting
- (BOOL) isUserForceStopMyVideoWhenInMeeting |
|
|
|
Query if the current user is forced to turn off video when joining the meeting.
- Returns
- YES means that the current user's video is forced to stop, otherwise not.
◆ _directShareHelper