|
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 |
| Callback of receiving meeting events. | |
It is an implementation for client to start/join a Meeting.
Definition at line 475 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 484 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 505 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 496 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 483 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 500 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 490 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 499 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 477 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 502 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 480 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 494 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 485 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 479 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 508 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 506 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 478 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 493 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 482 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 503 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 507 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 492 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 497 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 495 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 491 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 488 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 504 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 498 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 487 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 481 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 489 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 501 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Callback of receiving meeting events.
Definition at line 513 of file ZoomSDKMeetingService.h.