Service class for pre-meeting settings and direct share helper.
More...
#include <ZoomSDKPremeetingService.h>
Inherits NSObject.
Service class for pre-meeting settings and direct share helper.
Definition at line 136 of file ZoomSDKPremeetingService.h.
◆ disableAutoShowSelectJoinAudioDlgWhenJoinMeeting:
| - (void) disableAutoShowSelectJoinAudioDlgWhenJoinMeeting: |
|
(BOOL) | disable |
|
Sets the dialog's visibility SELECT JOIN AUDIO when joining meeting. Default: enabled.
- Parameters
-
| disable | YES if disabled, NO otherwise. |
◆ enableForceAutoStartMyVideoWhenJoinMeeting:
| - (void) enableForceAutoStartMyVideoWhenJoinMeeting: |
|
(BOOL) | enable |
|
Turn on the video of participant when he joins the meeting.
- Parameters
-
| enable | YES if enabled, NO otherwise. |
◆ enableForceAutoStopMyVideoWhenJoinMeeting:
| - (void) enableForceAutoStopMyVideoWhenJoinMeeting: |
|
(BOOL) | enable |
|
Turn off the video of participant when he joins the meeting.
- Parameters
-
| enable | YES if enabled, NO otherwise. |
◆ getDirectShareHelper
Gets the helper to share directly.
- Returns
- If the function succeeds, it returns a ZoomSDKDirectShareHelper object. Otherwise, this function fails and returns nil.
◆ isDisabledPMI
Determines if the personal meeting ID is diabled or not.
- Returns
- YES if personal meeting ID is disabled. Otherwise, NO.
- 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 if hiding the dialog. Otherwise, NO.
◆ isUserForceStartMyVideoWhenInMeeting
| - (BOOL) isUserForceStartMyVideoWhenInMeeting |
|
|
|
Query if the current user is forced to enable video when joining the meeting.
- Returns
- YES to force the current user to enable video. Otherwise, NO.
◆ isUserForceStopMyVideoWhenInMeeting
| - (BOOL) isUserForceStopMyVideoWhenInMeeting |
|
|
|
Query if the current user is forced to turn off video when joining the meeting.
- Returns
- YES if the current user's video is forced to stop. Otherwise, NO.
◆ _directShareHelper