Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKPremeetingService Class 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
 

Detailed Description

Service class for pre-meeting settings and direct share helper.

Definition at line 136 of file ZoomSDKPremeetingService.h.

Method Documentation

◆ disableAutoShowSelectJoinAudioDlgWhenJoinMeeting:

- (void) disableAutoShowSelectJoinAudioDlgWhenJoinMeeting: (BOOL) disable

Sets the dialog's visibility SELECT JOIN AUDIO when joining meeting. Default: enabled.

Parameters
disableYES if disabled, NO otherwise.

◆ enableForceAutoStartMyVideoWhenJoinMeeting:

- (void) enableForceAutoStartMyVideoWhenJoinMeeting: (BOOL) enable

Turn on the video of participant when he joins the meeting.

Parameters
enableYES if enabled, NO otherwise.

◆ enableForceAutoStopMyVideoWhenJoinMeeting:

- (void) enableForceAutoStopMyVideoWhenJoinMeeting: (BOOL) enable

Turn off the video of participant when he joins the meeting.

Parameters
enableYES if enabled, NO otherwise.

◆ getDirectShareHelper

- (ZoomSDKDirectShareHelper *) 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

- (BOOL) 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.

Field Documentation

◆ _directShareHelper

- (ZoomSDKDirectShareHelper*) _directShareHelper
protected

Definition at line 138 of file ZoomSDKPremeetingService.h.