Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKPremeetingService Class Reference

#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:
 Set the visibility of the dialog 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
 Get the helper to share directly.
 
(BOOL) - isDisabledPMI
 Determine if the personal meeting ID is diabled or not.
 

Protected Attributes

ZoomSDKDirectShareHelper_directShareHelper
 

Detailed Description

Definition at line 103 of file ZoomSDKPremeetingService.h.

Method Documentation

◆ disableAutoShowSelectJoinAudioDlgWhenJoinMeeting:

- (void) disableAutoShowSelectJoinAudioDlgWhenJoinMeeting: (BOOL) disable

Set the visibility of the dialog SELECT JOIN AUDIO when joining meeting. Default: enabled.

Parameters
disableYES means disabled, otherwise not.

◆ enableForceAutoStartMyVideoWhenJoinMeeting:

- (void) enableForceAutoStartMyVideoWhenJoinMeeting: (BOOL) enable

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

Parameters
enableYES means enabled, otherwise not.

◆ enableForceAutoStopMyVideoWhenJoinMeeting:

- (void) enableForceAutoStopMyVideoWhenJoinMeeting: (BOOL) enable

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

Parameters
enableYES means enabled, otherwise not.

◆ getDirectShareHelper

- (ZoomSDKDirectShareHelper *) getDirectShareHelper

Get the helper to share directly.

Returns
If the function succeeds, it will return a ZoomSDKDirectShareHelper object.

◆ isDisabledPMI

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

Field Documentation

◆ _directShareHelper

- (ZoomSDKDirectShareHelper*) _directShareHelper
protected

Definition at line 105 of file ZoomSDKPremeetingService.h.