|
Meeting SDK for macOS API Reference
|
Service class for pre-meeting settings and direct share helper. More...
#include <ZoomSDKPremeetingService.h>
Inherits NSObject.
Instance Methods | |
| (void) | - enableForceAutoStartMyVideoWhenJoinMeeting: |
| Turn on the video of participant when he joins the meeting. | |
| (void) | - enableForceAutoStopMyVideoWhenJoinMeeting: |
| Turn off the video of participant when he joins the meeting. | |
| (void) | - disableAutoShowSelectJoinAudioDlgWhenJoinMeeting: |
| Sets the dialog's visibility SELECT JOIN AUDIO when joining meeting. Default: enabled. | |
| (BOOL) | - isUserForceStartMyVideoWhenInMeeting |
| Query if the current user is forced to enable video when joining the meeting. | |
| (BOOL) | - isUserForceStopMyVideoWhenInMeeting |
| Query if the current user is forced to turn off video when joining the meeting. | |
| (BOOL) | - isUserForceDisableShowJoinAudioDlgWhenInMeeting |
| Query if the feature that hide the dialog of joining meeting with audio in the meeting is enabled. | |
| (ZoomSDKDirectShareHelper *) | - getDirectShareHelper |
| Gets the helper to share directly. | |
| (BOOL) | - isDisabledPMI |
| Determines if the personal meeting ID is diabled or not. | |
Protected Attributes | |
| ZoomSDKDirectShareHelper * | _directShareHelper |
Service class for pre-meeting settings and direct share helper.
Definition at line 136 of file ZoomSDKPremeetingService.h.
| - (void) disableAutoShowSelectJoinAudioDlgWhenJoinMeeting: | (BOOL) | disable |
Sets the dialog's visibility SELECT JOIN AUDIO when joining meeting. Default: enabled.
| disable | YES if disabled, NO otherwise. |
| - (void) enableForceAutoStartMyVideoWhenJoinMeeting: | (BOOL) | enable |
Turn on the video of participant when he joins the meeting.
| enable | YES if enabled, NO otherwise. |
| - (void) enableForceAutoStopMyVideoWhenJoinMeeting: | (BOOL) | enable |
Turn off the video of participant when he joins the meeting.
| enable | YES if enabled, NO otherwise. |
| - (ZoomSDKDirectShareHelper *) getDirectShareHelper |
Gets the helper to share directly.
References getDirectShareHelper.
Referenced by getDirectShareHelper.
| - (BOOL) isDisabledPMI |
Determines if the personal meeting ID is diabled or not.
References isDisabledPMI.
Referenced by isDisabledPMI.
| - (BOOL) isUserForceDisableShowJoinAudioDlgWhenInMeeting |
Query if the feature that hide the dialog of joining meeting with audio in the meeting is enabled.
References isUserForceDisableShowJoinAudioDlgWhenInMeeting.
Referenced by isUserForceDisableShowJoinAudioDlgWhenInMeeting.
| - (BOOL) isUserForceStartMyVideoWhenInMeeting |
Query if the current user is forced to enable video when joining the meeting.
References isUserForceStartMyVideoWhenInMeeting.
Referenced by isUserForceStartMyVideoWhenInMeeting.
| - (BOOL) isUserForceStopMyVideoWhenInMeeting |
Query if the current user is forced to turn off video when joining the meeting.
References isUserForceStopMyVideoWhenInMeeting.
Referenced by isUserForceStopMyVideoWhenInMeeting.
|
protected |
Definition at line 138 of file ZoomSDKPremeetingService.h.