|
Meeting SDK for macOS API Reference
|
It is an implementation for client to start or 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 or join a Meeting.
Definition at line 510 of file ZoomSDKMeetingService.h.
| - (ZoomSDKAppSignalController *_Nullable) getAppSignalController |
Gets object of ZoomSDKAppSignalController.
| - (ZoomSDKASController *) getASController |
Gets the default AS(APP share) Controller of ZOOM meeting service.
| - (ZoomSDKCameraControlHelper *_Nullable) getCameraControlHelper: | (unsigned int) | userId |
Gets camera controller object, can control any user's cameras.
| userId | Controls user's own camera. |
| - (ZoomSDKCloseCaptionController *) getCloseCaptionController |
Gets controller of close caption in Zoom meeting.
| - (ZoomSDKConnectionQuality) getConnectionQuality: | (ConnectionComponent) | component | |
| Sending: | (BOOL) | sending |
Gets the network quality of meeting connection.
| component | Video, audio, or share. |
| sending | Set it to YES to get the status of sending data, NO to get the status of receiving data. |
| - (ZoomSDKH323Helper *_Nullable) getH323Helper |
Gets the default H.323 helper of ZOOM meeting service.
| - (ZoomSDKMeetingAICompanionController *) getInMeetingAICompanionController |
Gets the meeting AI companion controller.
| - (NSString *) getInMeetingDataCenterInfo |
Gets data center info.
| - (ZoomSDKMeetingEncryptionController *) getInMeetingEncryptionController |
Gets the encryption controller.
| - (ZoomSDKInterpretationController *) getInterpretationController |
Gets object of ZoomSDKInterpretationController.
| - (ZoomSDKLiveStreamHelper *) getLiveStreamHelper |
Gets the default live stream helper of ZOOM meeting service.
| - (ZoomSDKMeetingActionController *) getMeetingActionController |
Gets the default action controller(mute audio or video etc) of ZOOM meeting service.
| - (ZoomSDKMeetingChatController *) getMeetingChatController |
Gets the meeting chat controller.
| - (ZoomSDKMeetingConfiguration *) getMeetingConfiguration |
Gets the meeting's configuration.
| - (ZoomSDKMeetingDocsController *_Nullable) getMeetingDocsController |
Gets docs controller object.
| - (ZoomSDKCustomImmersiveController *_Nullable) getMeetingImmersiveController |
Gets the immersive controller.
| - (ZoomSDKMeetingIndicatorController *_Nullable) getMeetingIndicatorController |
Gets indicator controller object.
| - (ZoomSDKPollingController *) getMeetingPollingController |
Gets the meeting polling controller.
| - (ZoomSDKMeetingProductionStudioController *) getMeetingProductionStudioController |
Gets the production studio controller object.
| - (NSString *_Nullable) getMeetingProperty: | (MeetingPropertyCmd) | command |
Gets the property of meeting.
| command | Commands for user to get different properties. |
| - (ZoomSDKMeetingRemoteSupportController *) getMeetingRemoteSupportController |
Gets the remote support controller.
| - (ZoomSDKMeetingStatus) getMeetingStatus |
Gets the status of meeting.
| - (MeetingType) getMeetingType |
Gets the type of current meeting.
| - (ZoomSDKMeetingUIController *) getMeetingUIController |
Gets the meeting UI controller interface.
| - (ZoomSDKMeetingWhiteboardController *) getMeetingWhiteboardController |
Gets the whiteboard controller.
| - (ZoomSDKNewBreakoutRoomController *) getNewBreakoutRoomController |
Gets object of ZoomSDKNewBreakoutRoomController.
| - (ZoomSDKPhoneHelper *) getPhoneHelper |
Gets the default Phone Callout Helper of Zoom meeting service.
| - (ZoomSDKQAController *) getQAController |
Gets object of ZoomSDKQAController.
| - (ZoomSDKRawArchivingController *) getRawArchivingController |
Gets object of ZoomSDKRawArchivingController.
| - (ZoomSDKReactionController *) getReactionController |
Gets object of ZoomSDKReactionController.
| - (ZoomSDKRealNameAuthenticationController *) getRealNameController |
Gets object of controller ZoomSDKRealNameAuthenticationController.
| - (ZoomSDKMeetingRecordController *) getRecordController |
Gets the custom recording object of ZOOM SDK.
| - (ZoomSDKSignInterpretationController *) getSignInterpretationController |
Gets object of ZoomSDKSignInterpretationController.
| - (int) getSupportedMeetingAudioType |
Gets the audio type supported by the current meeting.
| - (CGSize) getUserVideoSize: | (unsigned int) | userID |
Gets 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 |
Gets the custom video container of ZOOM SDK.
| - (ZoomSDKWaitingRoomController *) getWaitingRoomController |
Gets default waiting room Controller of ZOOM meeting service.
| - (ZoomSDKWebinarController *) getWebinarController |
Gets 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 |
Determines 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, this function returns an error. | - (void) leaveMeetingWithCmd: | (LeaveMeetingCmd) | cmd |
End or 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 |
Starts 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 |
Starts a ZOOM meeting with ZAK.
| context | It is a ZoomSDKStartMeetingUseZakElements class,contain all params to start meeting with zak. |
ZoomSDKError_Success. Otherwise, this function returns an error.
|
protected |
Definition at line 519 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 540 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 531 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 518 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 535 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 525 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 534 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 512 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 537 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 515 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 529 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 520 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 514 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 543 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 541 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 513 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 528 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 517 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 538 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 542 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 527 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 532 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 530 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 526 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 523 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 539 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 533 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 522 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 516 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 524 of file ZoomSDKMeetingService.h.
|
protected |
Definition at line 536 of file ZoomSDKMeetingService.h.
|
readwritenonatomicassign |
Callback of receiving meeting events.
Definition at line 548 of file ZoomSDKMeetingService.h.