Meeting SDK for macOS API Reference
|
It is an implementation for client to start/join a Meeting. More...
#include <ZoomSDKMeetingService.h>
Inherits NSObject.
Properties | |
id< ZoomSDKMeetingServiceDelegate > | delegate |
It is an implementation for client to start/join a Meeting.
Definition at line 414 of file ZoomSDKMeetingService.h.
- (ZoomSDKAppSignalController *_Nullable) getAppSignalController |
Get object of ZoomSDKAppSignalController.
- (ZoomSDKASController *) getASController |
Get the default AS(APP share) Controller of ZOOM meeting service.
- (ZoomSDKCameraControlHelper *_Nullable) getCameraControlHelper: | (unsigned int) | userId |
Get camera controller object, can control any user's cameras.
userId | Controls user's own camera. |
- (ZoomSDKCloseCaptionController *) getCloseCaptionController |
Get controller of close caption in Zoom meeting.
- (ZoomSDKConnectionQuality) getConnectionQuality: | (ConnectionComponent) | component | |
Sending: | (BOOL) | sending |
Get the network quality of meeting connection.
component | Video/audio/share. |
sending | Set it to YES to get the status of sending data, NO to get the status of receiving data. |
- (ZoomSDKH323Helper *_Nullable) getH323Helper |
Get the default H.323 helper of ZOOM meeting service.
- (ZoomSDKMeetingAICompanionController *) getInMeetingAICompanionController |
Get the meeting AI companion controller.
- (NSString *) getInMeetingDataCenterInfo |
Get data center info.
- (ZoomSDKMeetingEncryptionController *) getInMeetingEncryptionController |
Get the encryption controller.
- (ZoomSDKInterpretationController *) getInterpretationController |
Get object of ZoomSDKInterpretationController.
- (ZoomSDKLiveStreamHelper *) getLiveStreamHelper |
Get the default live stream helper of ZOOM meeting service.
- (ZoomSDKMeetingActionController *) getMeetingActionController |
Get the default action controller(mute audio/video etc) of ZOOM meeting service.
- (ZoomSDKMeetingChatController *) getMeetingChatController |
Get the meeting chat controller.
- (ZoomSDKMeetingConfiguration *) getMeetingConfiguration |
Get the configuration of the meeting.
- (ZoomSDKMeetingDocsController *_Nullable) getMeetingDocsController |
Get docs controller object.
- (ZoomSDKCustomImmersiveController *_Nullable) getMeetingImmersiveController |
Get the immersive controller.
- (ZoomSDKMeetingIndicatorController *_Nullable) getMeetingIndicatorController |
Get indicator controller object.
- (ZoomSDKPollingController *) getMeetingPollingController |
Get the meeting polling controller.
- (ZoomSDKMeetingProductionStudioController *) getMeetingProductionStudioController |
Get the production studio controller object.
- (NSString *_Nullable) getMeetingProperty: | (MeetingPropertyCmd) | command |
Get the property of meeting.
command | Commands for user to get different properties. |
- (ZoomSDKMeetingRemoteSupportController *) getMeetingRemoteSupportController |
Get the remote support controller.
- (ZoomSDKMeetingStatus) getMeetingStatus |
Get the status of meeting.
- (MeetingType) getMeetingType |
Get the type of current meeting.
- (ZoomSDKMeetingUIController *) getMeetingUIController |
Get the meeting UI controller interface.
- (ZoomSDKMeetingWhiteboardController *) getMeetingWhiteboardController |
Get the whiteboard controller.
- (ZoomSDKNewBreakoutRoomController *) getNewBreakoutRoomController |
Get object of ZoomSDKNewBreakoutRoomController.
- (ZoomSDKPhoneHelper *) getPhoneHelper |
Get the default Phone Callout Helper of Zoom meeting service.
- (ZoomSDKQAController *) getQAController |
Get object of ZoomSDKQAController.
- (ZoomSDKRawArchivingController *) getRawArchivingController |
Get object of ZoomSDKRawArchivingController.
- (ZoomSDKReactionController *) getReactionController |
Get object of ZoomSDKReactionController.
- (ZoomSDKRealNameAuthenticationController *) getRealNameController |
Get object of controller ZoomSDKRealNameAuthenticationController.
- (ZoomSDKMeetingRecordController *) getRecordController |
Get the custom recording object of ZOOM SDK.
- (ZoomSDKSignInterpretationController *) getSignInterpretationController |
Get object of ZoomSDKSignInterpretationController.
- (int) getSupportedMeetingAudioType |
Get the audio type supported by the current meeting.
- (CGSize) getUserVideoSize: | (unsigned int) | userID |
Get the size of user's video.
userID | The ID of user in the meeting. UserID should be 0 when not in meeting. |
- (ZoomSDKVideoContainer *_Nullable) getVideoContainer |
Get the custom video container of ZOOM SDK.
- (ZoomSDKWaitingRoomController *) getWaitingRoomController |
Get default Waiting Room Controller of ZOOM meeting service.
- (ZoomSDKWebinarController *) getWebinarController |
Get the custom webinar controller.
- (ZoomSDKError) handleZoomWebUrlAction: | (NSString *) | urlAction |
Handle the event that user joins meeting from web or meeting URL.
urlAction | The URL string got from web. |
- (BOOL) isFailoverMeeting |
Determine whether the meeting is failover or not.
- (ZoomSDKError) joinMeeting: | (ZoomSDKJoinMeetingElements *) | context |
Join a Zoom meeting.
context | It is a ZoomSDKJoinMeetingElements class,contain all params to join meeting. |
ZoomSDKError_Success
, otherwise failed. - (void) leaveMeetingWithCmd: | (LeaveMeetingCmd) | cmd |
End/Leave the current meeting.
cmd | The command for leaving the current meeting. Only host can end the meeting. |
- (ZoomSDKError) revokeCameraControlPrivilege |
Revoke camera control privilege.
- (ZoomSDKError) startMeeting: | (ZoomSDKStartMeetingElements *) | context |
Start a ZOOM meeting with meeting number for login user.
context | It is a ZoomSDKStartMeetingElements class,contain all params to start meeting. |
- (ZoomSDKError) startMeetingWithZAK: | (ZoomSDKStartMeetingUseZakElements *) | context |
Start a ZOOM meeting with ZAK.
context | It is a ZoomSDKStartMeetingUseZakElements class,contain all params to start meeting with zak. |
ZoomSDKError_Success
, otherwise failed.
|
protected |
Definition at line 423 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 444 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 435 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 422 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 439 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 429 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 438 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 416 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 441 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 419 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 433 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 424 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 418 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 447 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 445 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 417 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 432 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 421 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 442 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 446 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 431 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 436 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 434 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 430 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 427 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 443 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 437 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 426 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 420 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 428 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 440 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Callback of receiving meeting events.
Definition at line 452 of file ZoomSDKMeetingService.h.