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

It is an implementation for client to start or join a Meeting. More...

#include <ZoomSDKMeetingService.h>

Inherits NSObject.

Instance Methods

(ZoomSDKMeetingUIController *) - getMeetingUIController
 Gets the meeting UI controller interface.
 
(ZoomSDKMeetingConfiguration *) - getMeetingConfiguration
 Gets the meeting's configuration.
 
(ZoomSDKH323Helper *_Nullable) - getH323Helper
 Gets the default H.323 helper of ZOOM meeting service.
 
(ZoomSDKWaitingRoomController *) - getWaitingRoomController
 Gets default waiting room Controller of ZOOM meeting service.
 
(ZoomSDKASController *) - getASController
 Gets the default AS(APP share) Controller of ZOOM meeting service.
 
(ZoomSDKPhoneHelper *) - getPhoneHelper
 Gets the default Phone Callout Helper of Zoom meeting service.
 
(ZoomSDKMeetingActionController *) - getMeetingActionController
 Gets the default action controller(mute audio or video etc) of ZOOM meeting service.
 
(ZoomSDKLiveStreamHelper *) - getLiveStreamHelper
 Gets the default live stream helper of ZOOM meeting service.
 
(ZoomSDKVideoContainer *_Nullable) - getVideoContainer
 Gets the custom video container of ZOOM SDK.
 
(ZoomSDKMeetingRecordController *) - getRecordController
 Gets the custom recording object of ZOOM SDK.
 
(ZoomSDKWebinarController *) - getWebinarController
 Gets the custom webinar controller.
 
(ZoomSDKCloseCaptionController *) - getCloseCaptionController
 Gets controller of close caption in Zoom meeting.
 
(ZoomSDKRealNameAuthenticationController *) - getRealNameController
 Gets object of controller ZoomSDKRealNameAuthenticationController.
 
(ZoomSDKQAController *) - getQAController
 Gets object of ZoomSDKQAController.
 
(ZoomSDKNewBreakoutRoomController *) - getNewBreakoutRoomController
 Gets object of ZoomSDKNewBreakoutRoomController.
 
(ZoomSDKInterpretationController *) - getInterpretationController
 Gets object of ZoomSDKInterpretationController.
 
(ZoomSDKSignInterpretationController *) - getSignInterpretationController
 Gets object of ZoomSDKSignInterpretationController.
 
(ZoomSDKReactionController *) - getReactionController
 Gets object of ZoomSDKReactionController.
 
(ZoomSDKAppSignalController *_Nullable) - getAppSignalController
 Gets object of ZoomSDKAppSignalController.
 
(ZoomSDKRawArchivingController *) - getRawArchivingController
 Gets object of ZoomSDKRawArchivingController.
 
(ZoomSDKCustomImmersiveController *_Nullable) - getMeetingImmersiveController
 Gets the immersive controller.
 
(ZoomSDKMeetingWhiteboardController *) - getMeetingWhiteboardController
 Gets the whiteboard controller.
 
(ZoomSDKMeetingChatController *) - getMeetingChatController
 Gets the meeting chat controller.
 
(ZoomSDKMeetingEncryptionController *) - getInMeetingEncryptionController
 Gets the encryption controller.
 
(ZoomSDKMeetingRemoteSupportController *) - getMeetingRemoteSupportController
 Gets the remote support controller.
 
(NSString *) - getInMeetingDataCenterInfo
 Gets data center info.
 
(ZoomSDKPollingController *) - getMeetingPollingController
 Gets the meeting polling controller.
 
(ZoomSDKMeetingAICompanionController *) - getInMeetingAICompanionController
 Gets the meeting AI companion controller.
 
(ZoomSDKCameraControlHelper *_Nullable) - getCameraControlHelper:
 Gets camera controller object, can control any user's cameras.
 
(ZoomSDKMeetingProductionStudioController *) - getMeetingProductionStudioController
 Gets the production studio controller object.
 
(ZoomSDKError- revokeCameraControlPrivilege
 Revoke camera control privilege.
 
(ZoomSDKMeetingIndicatorController *_Nullable) - getMeetingIndicatorController
 Gets indicator controller object.
 
(ZoomSDKMeetingDocsController *_Nullable) - getMeetingDocsController
 Gets docs controller object.
 
(ZoomSDKError- startMeeting:
 Starts a ZOOM meeting with meeting number for login user.
 
(ZoomSDKError- startMeetingWithZAK:
 Starts a ZOOM meeting with ZAK.
 
(ZoomSDKError- joinMeeting:
 Join a Zoom meeting.
 
(void) - leaveMeetingWithCmd:
 End or Leave the current meeting.
 
(ZoomSDKMeetingStatus- getMeetingStatus
 Gets the status of meeting.
 
(NSString *_Nullable) - getMeetingProperty:
 Gets the property of meeting.
 
(int) - getSupportedMeetingAudioType
 Gets the audio type supported by the current meeting.
 
(ZoomSDKConnectionQuality- getConnectionQuality:Sending:
 Gets the network quality of meeting connection.
 
(MeetingType- getMeetingType
 Gets the type of current meeting.
 
(BOOL) - isFailoverMeeting
 Determines whether the meeting is failover or not.
 
(ZoomSDKError- handleZoomWebUrlAction:
 Handle the event that user joins meeting from web or meeting URL.
 
(CGSize) - getUserVideoSize:
 Gets the size of user's video.
 

Protected Attributes

id< ZoomSDKMeetingServiceDelegate_delegate
 
ZoomSDKMeetingUIController_meetingUIController
 
ZoomSDKMeetingConfiguration_meetingConfiguration
 
ZoomSDKH323Helper_h323Helper
 
ZoomSDKWaitingRoomController_waitingRoomController
 
ZoomSDKPhoneHelper_phoneHelper
 
ZoomSDKASController_asController
 
ZoomSDKMeetingActionController_actionController
 
ZoomSDKLiveStreamHelper_liveStreamHelper
 
ZoomSDKVideoContainer_videoContainer
 
ZoomSDKMeetingRecordController_recordController
 
ZoomSDKWebinarController_webinarController
 
ZoomSDKCloseCaptionController_closeCaptionController
 
ZoomSDKRealNameAuthenticationController_realNameController
 
ZoomSDKQAController_QAController
 
ZoomSDKNewBreakoutRoomController_newBOController
 
ZoomSDKInterpretationController_InterpretationController
 
ZoomSDKReactionController_reactionController
 
ZoomSDKAppSignalController_appSignalController
 
ZoomSDKRawArchivingController_rawArchivingController
 
ZoomSDKSignInterpretationController_signInterpretationController
 
ZoomSDKCustomImmersiveController_customImmersiveController
 
ZoomSDKMeetingChatController_chatController
 
ZoomSDKMeetingWhiteboardController_whiteboardController
 
ZoomSDKMeetingEncryptionController_encryptionController
 
ZoomSDKPollingController_pollingController
 
ZoomSDKMeetingRemoteSupportController_remoteSupportController
 
ZoomSDKMeetingAICompanionController_AICompanionController
 
ZoomSDKMeetingIndicatorController_meetingIndicatorController
 
ZoomSDKMeetingProductionStudioController_productionStudioController
 
ZoomSDKMeetingDocsController_meetingDocsController
 

Properties

id< ZoomSDKMeetingServiceDelegatedelegate
 Callback of receiving meeting events.
 

Detailed Description

It is an implementation for client to start or join a Meeting.

Note
The meeting service allows only one concurrent operation at a time, which means, only one API call is in progress at any given time.

Definition at line 510 of file ZoomSDKMeetingService.h.

Method Documentation

◆ getAppSignalController

- (ZoomSDKAppSignalController *_Nullable) getAppSignalController

Gets object of ZoomSDKAppSignalController.

Returns
If the function succeeds, it returns a ZoomSDKAppSignalController object. Otherwise, this function fails and returns nil.

◆ getASController

- (ZoomSDKASController *) getASController

Gets the default AS(APP share) Controller of ZOOM meeting service.

Returns
If the function succeeds, it returns an object of ZoomSDKASController. Otherwise, this function fails and returns nil.

◆ getCameraControlHelper:

- (ZoomSDKCameraControlHelper *_Nullable) getCameraControlHelper: (unsigned int) userId

Gets camera controller object, can control any user's cameras.

Parameters
userIdControls user's own camera.
Returns
If the function succeeds, it returns a pointer to ZoomSDKCameraControlHelper. Otherwise, this function fails and returns nil.

◆ getCloseCaptionController

- (ZoomSDKCloseCaptionController *) getCloseCaptionController

Gets controller of close caption in Zoom meeting.

Returns
If the function succeeds, it returns a ZoomSDKCloseCaptionController object for handle close caption in meeting. Otherwise, this function fails and returns nil.

◆ getConnectionQuality:Sending:

- (ZoomSDKConnectionQuality) getConnectionQuality: (ConnectionComponent) component
Sending: (BOOL) sending 

Gets the network quality of meeting connection.

Parameters
componentVideo, audio, or share.
sendingSet it to YES to get the status of sending data, NO to get the status of receiving data.
Returns
The network connection quality.

◆ getH323Helper

- (ZoomSDKH323Helper *_Nullable) getH323Helper

Gets the default H.323 helper of ZOOM meeting service.

Returns
If the function succeeds, it returns a ZoomSDKH323Helper object of H.323 Helper. Otherwise, this function fails and returns nil.

◆ getInMeetingAICompanionController

- (ZoomSDKMeetingAICompanionController *) getInMeetingAICompanionController

Gets the meeting AI companion controller.

Returns
If the function succeeds, it returns a pointer to ZoomSDKMeetingAICompanionController. Otherwise, this function fails and returns nil.

◆ getInMeetingDataCenterInfo

- (NSString *) getInMeetingDataCenterInfo

Gets data center info.

Returns
If the function succeeds, it returns data center details. Otherwise, this function fails and returns nil.

◆ getInMeetingEncryptionController

- (ZoomSDKMeetingEncryptionController *) getInMeetingEncryptionController

Gets the encryption controller.

Returns
If the function succeeds, it returns a pointer to ZoomSDKMeetingEncryptionController. Otherwise, this function fails and returns nil.

◆ getInterpretationController

- (ZoomSDKInterpretationController *) getInterpretationController

Gets object of ZoomSDKInterpretationController.

Returns
If the function succeeds, it returns a ZoomSDKInterpretationController object. Otherwise, this function fails and returns nil.

◆ getLiveStreamHelper

- (ZoomSDKLiveStreamHelper *) getLiveStreamHelper

Gets the default live stream helper of ZOOM meeting service.

Returns
If the function succeeds, it returns an object of ZoomSDKLiveStreamHelper. Otherwise, this function fails and returns nil.

◆ getMeetingActionController

- (ZoomSDKMeetingActionController *) getMeetingActionController

Gets the default action controller(mute audio or video etc) of ZOOM meeting service.

Returns
If the function succeeds, it returns an object of ZoomSDKMeetingActionController. Otherwise, this function fails and returns nil.

◆ getMeetingChatController

- (ZoomSDKMeetingChatController *) getMeetingChatController

Gets the meeting chat controller.

Returns
If the function succeeds, it returns a pointer to ZoomSDKMeetingChatController. Otherwise, this function fails and returns nil.

◆ getMeetingConfiguration

- (ZoomSDKMeetingConfiguration *) getMeetingConfiguration

Gets the meeting's configuration.

Returns
If the function succeeds, it returns an object of ZoomSDKMeetingConfiguration. Otherwise, this function fails and returns nil.

◆ getMeetingDocsController

- (ZoomSDKMeetingDocsController *_Nullable) getMeetingDocsController

Gets docs controller object.

Returns
If the function succeeds, it returns a pointer to ZoomSDKMeetingDocsController. Otherwise, this function fails and returns nil.

◆ getMeetingImmersiveController

- (ZoomSDKCustomImmersiveController *_Nullable) getMeetingImmersiveController

Gets the immersive controller.

Returns
If the function succeeds, it returns a pointer to ZoomSDKCustomImmersiveController. Otherwise, this function fails and returns nil.

◆ getMeetingIndicatorController

- (ZoomSDKMeetingIndicatorController *_Nullable) getMeetingIndicatorController

Gets indicator controller object.

Returns
If the function succeeds, it returns a pointer to ZoomSDKMeetingIndicatorController. Otherwise, this function fails and returns nil.

◆ getMeetingPollingController

- (ZoomSDKPollingController *) getMeetingPollingController

Gets the meeting polling controller.

Returns
If the function succeeds, it returns a pointer to ZoomSDKPollingController. Otherwise, this function fails and returns nil.

◆ getMeetingProductionStudioController

- (ZoomSDKMeetingProductionStudioController *) getMeetingProductionStudioController

Gets the production studio controller object.

Returns
If the function succeeds, it returns a pointer to ZoomSDKMeetingProductionStudioController. Otherwise, this function fails and returns nil.

◆ getMeetingProperty:

- (NSString *_Nullable) getMeetingProperty: (MeetingPropertyCmd) command

Gets the property of meeting.

Parameters
commandCommands for user to get different properties.
Returns
If the function succeeds, it returns an NSString of meeting property. Otherwise, this function fails and returns nil.

◆ getMeetingRemoteSupportController

- (ZoomSDKMeetingRemoteSupportController *) getMeetingRemoteSupportController

Gets the remote support controller.

Returns
If the function succeeds, it returns a pointer to ZoomSDKMeetingRemoteSupportController. Otherwise, this function fails and returns nil.

◆ getMeetingStatus

- (ZoomSDKMeetingStatus) getMeetingStatus

Gets the status of meeting.

Returns
The status of meeting.

◆ getMeetingType

- (MeetingType) getMeetingType

Gets the type of current meeting.

Returns
The type of meeting. Otherwise.

◆ getMeetingUIController

- (ZoomSDKMeetingUIController *) getMeetingUIController

Gets the meeting UI controller interface.

Returns
If the function succeeds, it returns an object of ZoomSDKMeetingUIController. Otherwise, this function fails and returns nil.

◆ getMeetingWhiteboardController

- (ZoomSDKMeetingWhiteboardController *) getMeetingWhiteboardController

Gets the whiteboard controller.

Returns
If the function succeeds, it returns a pointer to ZoomSDKMeetingWhiteboardController. Otherwise, this function fails and returns nil.

◆ getNewBreakoutRoomController

- (ZoomSDKNewBreakoutRoomController *) getNewBreakoutRoomController

Gets object of ZoomSDKNewBreakoutRoomController.

Returns
If the function succeeds, it returns a ZoomSDKNewBreakoutRoomController object. Otherwise, this function fails and returns nil.

◆ getPhoneHelper

- (ZoomSDKPhoneHelper *) getPhoneHelper

Gets the default Phone Callout Helper of Zoom meeting service.

Returns
If the function succeeds, it returns an object of ZoomSDKPhoneHelper. Otherwise, this function fails and returns nil.

◆ getQAController

- (ZoomSDKQAController *) getQAController

Gets object of ZoomSDKQAController.

Returns
If the function succeeds, it returns a ZoomSDKQAController object. Otherwise, this function fails and returns nil.

◆ getRawArchivingController

- (ZoomSDKRawArchivingController *) getRawArchivingController

Gets object of ZoomSDKRawArchivingController.

Returns
If the function succeeds, it returns a ZoomSDKRawArchivingController object. Otherwise, this function fails and returns nil.

◆ getReactionController

- (ZoomSDKReactionController *) getReactionController

Gets object of ZoomSDKReactionController.

Returns
If the function succeeds, it returns a ZoomSDKReactionController object. Otherwise, this function fails and returns nil.

◆ getRealNameController

- (ZoomSDKRealNameAuthenticationController *) getRealNameController

Gets object of controller ZoomSDKRealNameAuthenticationController.

Returns
If the function succeeds, it returns a ZoomSDKRealNameAuthenticationController object for Real-name authentication. Otherwise, this function fails and returns nil.

◆ getRecordController

- (ZoomSDKMeetingRecordController *) getRecordController

Gets the custom recording object of ZOOM SDK.

Returns
If the function succeeds, it returns an object of ZoomSDKMeetingRecordController which allows user to customize meeting recording. Otherwise, this function fails and returns nil.

◆ getSignInterpretationController

- (ZoomSDKSignInterpretationController *) getSignInterpretationController

Gets object of ZoomSDKSignInterpretationController.

Returns
If the function succeeds, it returns a ZoomSDKSignInterpretationController object. Otherwise, this function fails and returns nil.

◆ getSupportedMeetingAudioType

- (int) getSupportedMeetingAudioType

Gets the audio type supported by the current meeting.

Returns
If the function succeeds, it returns the audio type supported by the current meeting. The value is the 'bitwise OR' of each supported audio type. Otherwise, returns 0.

◆ getUserVideoSize:

- (CGSize) getUserVideoSize: (unsigned int) userID

Gets the size of user's video.

Parameters
userIDThe ID of user in the meeting. UserID should be 0 when not in meeting.
Returns
The size of user's video.

◆ getVideoContainer

- (ZoomSDKVideoContainer *_Nullable) getVideoContainer

Gets the custom video container of ZOOM SDK.

Returns
If the function succeeds, it returns an object of ZoomSDKVideoContainer which allows user to customize in-meeting UI. Otherwise, this function fails and returns nil.

◆ getWaitingRoomController

- (ZoomSDKWaitingRoomController *) getWaitingRoomController

Gets default waiting room Controller of ZOOM meeting service.

Returns
If the function succeeds, it returns an object of ZoomSDKWaitingRoomController. Otherwise, this function fails and returns nil.

◆ getWebinarController

- (ZoomSDKWebinarController *) getWebinarController

Gets the custom webinar controller.

Returns
If the function succeeds, it returns an object of ZoomSDKWebinarController for customize webinar. Otherwise, this function fails and returns nil.

◆ handleZoomWebUrlAction:

- (ZoomSDKError) handleZoomWebUrlAction: (NSString *) urlAction

Handle the event that user joins meeting from web or meeting URL.

Parameters
urlActionThe URL string got from web.
Returns
If the function succeeds, it returns ZoomSDKError_Succuss. Otherwise, this function returns an error.

◆ isFailoverMeeting

- (BOOL) isFailoverMeeting

Determines whether the meeting is failover or not.

Returns
YES if the current meeting is failover. Otherwise, NO.

◆ joinMeeting:

- (ZoomSDKError) joinMeeting: (ZoomSDKJoinMeetingElements *) context

Join a Zoom meeting.

Parameters
contextIt is a ZoomSDKJoinMeetingElements class,contain all params to join meeting.
Returns
If the function succeeds, it returns the ZoomSDKError_Success. Otherwise, this function returns an error.
Note
toke4enfrocelogin or customerKey is for API user.

◆ leaveMeetingWithCmd:

- (void) leaveMeetingWithCmd: (LeaveMeetingCmd) cmd

End or Leave the current meeting.

Parameters
cmdThe command for leaving the current meeting. Only host can end the meeting.

◆ revokeCameraControlPrivilege

- (ZoomSDKError) revokeCameraControlPrivilege

Revoke camera control privilege.

Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ startMeeting:

- (ZoomSDKError) startMeeting: (ZoomSDKStartMeetingElements *) context

Starts a ZOOM meeting with meeting number for login user.

Parameters
contextIt is a ZoomSDKStartMeetingElements class,contain all params to start meeting.
Returns
If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.

◆ startMeetingWithZAK:

- (ZoomSDKError) startMeetingWithZAK: (ZoomSDKStartMeetingUseZakElements *) context

Starts a ZOOM meeting with ZAK.

Parameters
contextIt is a ZoomSDKStartMeetingUseZakElements class,contain all params to start meeting with zak.
Returns
If the function succeeds, it returns the ZoomSDKError_Success. Otherwise, this function returns an error.
Note
It is just for non-logged-in user.

Field Documentation

◆ _actionController

- (ZoomSDKMeetingActionController*) _actionController
protected

Definition at line 519 of file ZoomSDKMeetingService.h.

◆ _AICompanionController

- (ZoomSDKMeetingAICompanionController*) _AICompanionController
protected

Definition at line 540 of file ZoomSDKMeetingService.h.

◆ _appSignalController

- (ZoomSDKAppSignalController*) _appSignalController
protected

Definition at line 531 of file ZoomSDKMeetingService.h.

◆ _asController

- (ZoomSDKASController*) _asController
protected

Definition at line 518 of file ZoomSDKMeetingService.h.

◆ _chatController

- (ZoomSDKMeetingChatController*) _chatController
protected

Definition at line 535 of file ZoomSDKMeetingService.h.

◆ _closeCaptionController

- (ZoomSDKCloseCaptionController*) _closeCaptionController
protected

Definition at line 525 of file ZoomSDKMeetingService.h.

◆ _customImmersiveController

- (ZoomSDKCustomImmersiveController*) _customImmersiveController
protected

Definition at line 534 of file ZoomSDKMeetingService.h.

◆ _delegate

- (id<ZoomSDKMeetingServiceDelegate>) _delegate
protected

Definition at line 512 of file ZoomSDKMeetingService.h.

◆ _encryptionController

- (ZoomSDKMeetingEncryptionController*) _encryptionController
protected

Definition at line 537 of file ZoomSDKMeetingService.h.

◆ _h323Helper

- (ZoomSDKH323Helper*) _h323Helper
protected

Definition at line 515 of file ZoomSDKMeetingService.h.

◆ _InterpretationController

- (ZoomSDKInterpretationController*) _InterpretationController
protected

Definition at line 529 of file ZoomSDKMeetingService.h.

◆ _liveStreamHelper

- (ZoomSDKLiveStreamHelper*) _liveStreamHelper
protected

Definition at line 520 of file ZoomSDKMeetingService.h.

◆ _meetingConfiguration

- (ZoomSDKMeetingConfiguration*) _meetingConfiguration
protected

Definition at line 514 of file ZoomSDKMeetingService.h.

◆ _meetingDocsController

- (ZoomSDKMeetingDocsController*) _meetingDocsController
protected

Definition at line 543 of file ZoomSDKMeetingService.h.

◆ _meetingIndicatorController

- (ZoomSDKMeetingIndicatorController*) _meetingIndicatorController
protected

Definition at line 541 of file ZoomSDKMeetingService.h.

◆ _meetingUIController

- (ZoomSDKMeetingUIController*) _meetingUIController
protected

Definition at line 513 of file ZoomSDKMeetingService.h.

◆ _newBOController

- (ZoomSDKNewBreakoutRoomController*) _newBOController
protected

Definition at line 528 of file ZoomSDKMeetingService.h.

◆ _phoneHelper

- (ZoomSDKPhoneHelper*) _phoneHelper
protected

Definition at line 517 of file ZoomSDKMeetingService.h.

◆ _pollingController

- (ZoomSDKPollingController*) _pollingController
protected

Definition at line 538 of file ZoomSDKMeetingService.h.

◆ _productionStudioController

- (ZoomSDKMeetingProductionStudioController*) _productionStudioController
protected

Definition at line 542 of file ZoomSDKMeetingService.h.

◆ _QAController

- (ZoomSDKQAController*) _QAController
protected

Definition at line 527 of file ZoomSDKMeetingService.h.

◆ _rawArchivingController

- (ZoomSDKRawArchivingController*) _rawArchivingController
protected

Definition at line 532 of file ZoomSDKMeetingService.h.

◆ _reactionController

- (ZoomSDKReactionController*) _reactionController
protected

Definition at line 530 of file ZoomSDKMeetingService.h.

◆ _realNameController

- (ZoomSDKRealNameAuthenticationController*) _realNameController
protected

Definition at line 526 of file ZoomSDKMeetingService.h.

◆ _recordController

- (ZoomSDKMeetingRecordController*) _recordController
protected

Definition at line 523 of file ZoomSDKMeetingService.h.

◆ _remoteSupportController

- (ZoomSDKMeetingRemoteSupportController*) _remoteSupportController
protected

Definition at line 539 of file ZoomSDKMeetingService.h.

◆ _signInterpretationController

- (ZoomSDKSignInterpretationController*) _signInterpretationController
protected

Definition at line 533 of file ZoomSDKMeetingService.h.

◆ _videoContainer

- (ZoomSDKVideoContainer*) _videoContainer
protected

Definition at line 522 of file ZoomSDKMeetingService.h.

◆ _waitingRoomController

- (ZoomSDKWaitingRoomController*) _waitingRoomController
protected

Definition at line 516 of file ZoomSDKMeetingService.h.

◆ _webinarController

- (ZoomSDKWebinarController*) _webinarController
protected

Definition at line 524 of file ZoomSDKMeetingService.h.

◆ _whiteboardController

- (ZoomSDKMeetingWhiteboardController*) _whiteboardController
protected

Definition at line 536 of file ZoomSDKMeetingService.h.

Property Documentation

◆ delegate

- (id<ZoomSDKMeetingServiceDelegate>) delegate
readwritenonatomicassign

Callback of receiving meeting events.

Definition at line 548 of file ZoomSDKMeetingService.h.