Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKMeetingService.h
Go to the documentation of this file.
1
7#import <Foundation/Foundation.h>
8#import <ZoomSDK/ZoomSDKErrors.h>
9#import <ZoomSDK/ZoomSDKH323Helper.h>
10#import <ZoomSDK/ZoomSDKPhoneHelper.h>
11#import <ZoomSDK/ZoomSDKWaitingRoomController.h>
12#import <ZoomSDK/ZoomSDKMeetingUIController.h>
13#import <ZoomSDK/ZoomSDKMeetingConfiguration.h>
14#import <ZoomSDK/ZoomSDKASController.h>
15#import <ZoomSDK/ZoomSDKMeetingActionController.h>
16#import <ZoomSDK/ZoomSDKLiveStreamHelper.h>
17#import <ZoomSDK/ZoomSDKVideoContainer.h>
18#import <ZoomSDK/ZoomSDKMeetingRecordController.h>
19#import <ZoomSDK/ZoomSDKWebinarController.h>
20#import <ZoomSDK/ZoomSDKCloseCaptionController.h>
21#import <ZoomSDK/ZoomSDKRealNameAuthenticationController.h>
22#import <ZoomSDK/ZoomSDKQAController.h>
23#import <ZoomSDK/ZoomSDKNewBreakoutRoomController.h>
24#import <ZoomSDK/ZoomSDKInterpretationController.h>
25#import <ZoomSDK/ZoomSDKReactionController.h>
26#import <ZoomSDK/ZoomSDKAppSignalController.h>
27#import <ZoomSDK/ZoomSDKRawArchivingController.h>
28#import <ZoomSDK/ZoomSDKSignInterpretationController.h>
29#import <ZoomSDK/ZoomSDKCustomImmersiveController.h>
30#import <ZoomSDK/ZoomSDKMeetingChatController.h>
31#import <ZoomSDK/ZoomSDKMeetingWhiteboardController.h>
32#import <ZoomSDK/ZoomSDKMeetingEncryptionController.h>
33#import <ZoomSDK/ZoomSDKPollingController.h>
34#import <ZoomSDK/ZoomSDKMeetingRemoteSupportController.h>
35#import <ZoomSDK/ZoomSDKMeetingAICompanionController.h>
36#import <ZoomSDK/ZoomSDKCameraControlHelper.h>
37#import <ZoomSDK/ZoomSDKMeetingIndicatorController.h>
38#import <ZoomSDK/ZoomSDKMeetingProductionStudioController.h>
39#import <ZoomSDK/ZoomSDKMeetingDocsController.h>
40
41NS_ASSUME_NONNULL_BEGIN
42
47@interface ZoomSDKMeetingParameter : NSObject
51@property (assign,nonatomic) MeetingType meetingType;
55@property (assign,nonatomic) BOOL isViewOnly;
59@property (assign,nonatomic) BOOL isAutoRecordingLocal;
63@property (assign,nonatomic) BOOL isAutoRecordingCloud;
67@property (assign,nonatomic) long long meetingNumber;
71@property (copy,nonatomic, nullable) NSString *meetingTopic;
75@property (copy,nonatomic, nullable) NSString *meetingHost;
76@end
77
78
83@interface ZoomSDKStartMeetingElements : NSObject
87@property(nonatomic, copy, nullable)NSString* vanityID;
91@property(nonatomic, assign)ZoomSDKUserType userType;
95@property(nonatomic, assign)long long meetingNumber;
99@property(nonatomic, assign)BOOL isDirectShare;
103@property(nonatomic, assign)CGDirectDisplayID displayID;
107@property(nonatomic, assign)BOOL isNoVideo;
111@property(nonatomic, assign)BOOL isNoAudio;
115@property(nonatomic, copy, nullable)NSString* customerKey;
119@property(nonatomic, assign)BOOL isMyVoiceInMix;
123@property(nonatomic, copy, nullable)NSString *inviteContactID;
127@property(nonatomic, assign)BOOL isAudioRawDataStereo;
131@property(nonatomic, assign)ZoomSDKAudioRawdataSamplingRate audioRawdataSamplingRate;
132@end
133
134
143@property(nonatomic, copy, nullable)NSString* zak;
147@property(nonatomic, copy, nullable)NSString* displayName;
151@property(nonatomic, copy, nullable)NSString* vanityID;
155@property(nonatomic, assign)SDKUserType userType;
159@property(nonatomic, assign)long long meetingNumber;
163@property(nonatomic, assign)BOOL isDirectShare;
167@property(nonatomic, assign)CGDirectDisplayID displayID;
171@property(nonatomic, assign)BOOL isNoVideo;
175@property(nonatomic, assign)BOOL isNoAudio;
179@property(nonatomic, copy, nullable)NSString* customerKey;
183@property(nonatomic, assign)BOOL isMyVoiceInMix;
187@property(nonatomic, copy, nullable)NSString *inviteContactID;
191@property(nonatomic, assign)BOOL isAudioRawDataStereo;
195@property(nonatomic, assign)ZoomSDKAudioRawdataSamplingRate audioRawdataSamplingRate;
196@end
197
202@interface ZoomSDKJoinMeetingElements : NSObject
206@property(nonatomic, copy, nullable)NSString* zak;
210@property(nonatomic, copy, nullable)NSString* webinarToken;
214@property(nonatomic, copy, nullable)NSString* displayName;
218@property(nonatomic, copy, nullable)NSString* vanityID;
222@property(nonatomic, assign)ZoomSDKUserType userType;
226@property(nonatomic, copy, nullable)NSString* customerKey;
230@property(nonatomic, assign)long long meetingNumber;
234@property(nonatomic, assign)BOOL isDirectShare;
238@property(nonatomic, assign)CGDirectDisplayID displayID;
242@property(nonatomic, assign)BOOL isNoVideo;
246@property(nonatomic, assign)BOOL isNoAudio;
250@property(nonatomic, copy, nullable)NSString *password;
254@property(nonatomic, copy, nullable)NSString *appPrivilegeToken;
258@property(nonatomic, copy, nullable)NSString *join_token;
262@property(nonatomic, assign)BOOL isMyVoiceInMix;
266@property(nonatomic, assign)BOOL isAudioRawDataStereo;
270@property(nonatomic, assign)ZoomSDKAudioRawdataSamplingRate audioRawdataSamplingRate;
274@property(nonatomic, copy, nullable)NSString* onBehalfToken;
275@end
276
277
283
287@property(nonatomic, copy, readonly, nullable)NSString *defaultDisplayName;
288
292@property(nonatomic, assign, readonly)BOOL canModifyDefaultDisplayName;
293
300- (BOOL)isValidEmail:(NSString *)email;
301
308- (ZoomSDKError)inputUserInfo:(NSString *)name email:(NSString *)email;
309
313- (void)cancel;
314@end
315
324@property(nonatomic, copy, readonly, nullable)NSString* archiveConfirmContent;
325
331- (ZoomSDKError)joinWithArchive:(BOOL)startArchive;
332@end
333
338@interface ZoomSDKRecoverMeetingHandler : NSObject
342@property(nonatomic, copy, readonly, nullable)NSString* recoverMeetingContent;
343
349- (ZoomSDKError)recoverMeeting:(BOOL)toRecover;
350@end
351
352
356@protocol ZoomSDKMeetingServiceDelegate <NSObject>
357
358@optional
359
366- (void)onMeetingStatusChange:(ZoomSDKMeetingStatus)state meetingError:(ZoomSDKMeetingError)error EndReason:(EndMeetingReason)reason;
367
372- (void)onMeetingStatisticWarning:(StatisticWarningType)type;
373
379- (void)onFreeMeetingNeedToUpgrade:(FreeMeetingNeedUpgradeType)type giftUpgradeURL:(NSString*_Nullable)giftURL;
380
384- (void)onFreeMeetingUpgradeToGiftFreeTrialStart;
385
389- (void)onFreeMeetingUpgradeToGiftFreeTrialStop;
390
394- (void)onFreeMeetingUpgradedToProMeeting;
395
399- (void)onFreeMeetingRemainTimeStopCountDown;
400
405- (void)onFreeMeetingRemainTime:(unsigned int)seconds;
410- (void)onMeetingParameterNotification:(ZoomSDKMeetingParameter *_Nullable)meetingParameter;
411
416- (void)onJoinMeetingNeedUserInfo:(ZoomSDKMeetingInputUserInfoHandler *_Nullable)handler;
417
422- (void)onUserConfirmToStartArchive:(ZoomSDKMeetingArchiveConfirmHandler *_Nullable)handler;
423
429- (void)onEndOtherMeetingToJoinMeetingNotification:(ZoomSDKError (^)(void))actionEndOtherMeeting actionCancel:(void (^)(void))actionCancel;
430
436- (void)onMeetingFullToWatchLiveStream:(NSString*)liveStreamUrl;
437
442- (void)onUserConfirmRecoverMeeting:(ZoomSDKRecoverMeetingHandler * _Nullable)handler;
443@end
444
450@interface ZoomSDKMeetingService : NSObject
451{
452 id<ZoomSDKMeetingServiceDelegate> _delegate;
461 //customized UI
484}
488@property (assign, nonatomic, nullable) id<ZoomSDKMeetingServiceDelegate> delegate;
489
494- (ZoomSDKMeetingUIController*)getMeetingUIController;
495
500- (ZoomSDKMeetingConfiguration*)getMeetingConfiguration;
501
506- (ZoomSDKH323Helper*_Nullable)getH323Helper;
507
512- (ZoomSDKWaitingRoomController*)getWaitingRoomController;
513
518- (ZoomSDKASController*)getASController;
519
524- (ZoomSDKPhoneHelper*)getPhoneHelper;
525
530- (ZoomSDKMeetingActionController*)getMeetingActionController;
531
536- (ZoomSDKLiveStreamHelper*)getLiveStreamHelper;
537
542- (ZoomSDKVideoContainer*_Nullable)getVideoContainer;
543
548- (ZoomSDKMeetingRecordController*)getRecordController;
553- (ZoomSDKWebinarController*)getWebinarController;
554
559- (ZoomSDKCloseCaptionController*)getCloseCaptionController;
560
565- (ZoomSDKRealNameAuthenticationController *)getRealNameController;
566
571- (ZoomSDKQAController *)getQAController;
572
577- (ZoomSDKNewBreakoutRoomController *)getNewBreakoutRoomController;
578
583- (ZoomSDKInterpretationController*)getInterpretationController;
584
589- (ZoomSDKSignInterpretationController*)getSignInterpretationController;
594- (ZoomSDKReactionController*)getReactionController;
595
600- (ZoomSDKAppSignalController*_Nullable)getAppSignalController;
601
606- (ZoomSDKRawArchivingController*)getRawArchivingController;
607
608
613- (ZoomSDKCustomImmersiveController*_Nullable)getMeetingImmersiveController;
614
619- (ZoomSDKMeetingWhiteboardController*)getMeetingWhiteboardController;
624- (ZoomSDKMeetingChatController*)getMeetingChatController;
625
630- (ZoomSDKMeetingEncryptionController*)getInMeetingEncryptionController;
631
636- (ZoomSDKMeetingRemoteSupportController*)getMeetingRemoteSupportController;
637
642- (NSString*)getInMeetingDataCenterInfo;
643
648- (ZoomSDKPollingController*)getMeetingPollingController;
649
654- (ZoomSDKMeetingAICompanionController*)getInMeetingAICompanionController;
655
661- (ZoomSDKCameraControlHelper*_Nullable)getCameraControlHelper:(unsigned int)userId;
662
667- (ZoomSDKMeetingProductionStudioController*)getMeetingProductionStudioController;
668
673- (ZoomSDKError)revokeCameraControlPrivilege;
674
679- (ZoomSDKMeetingIndicatorController*_Nullable)getMeetingIndicatorController;
680
685- (ZoomSDKMeetingDocsController*_Nullable)getMeetingDocsController;
686
692- (ZoomSDKError)startMeeting:(ZoomSDKStartMeetingElements *)context;
699- (ZoomSDKError)startMeetingWithZAK:(ZoomSDKStartMeetingUseZakElements *)context;
706- (ZoomSDKError)joinMeeting:(ZoomSDKJoinMeetingElements *)context;
711- (void)leaveMeetingWithCmd:(LeaveMeetingCmd)cmd;
712
717- (ZoomSDKMeetingStatus)getMeetingStatus;
718
724- (NSString*_Nullable)getMeetingProperty:(MeetingPropertyCmd)command;
725
730- (int)getSupportedMeetingAudioType;
731
738- (ZoomSDKConnectionQuality)getConnectionQuality:(ConnectionComponent)component Sending:(BOOL)sending;
743- (MeetingType)getMeetingType;
744
750- (BOOL)isFailoverMeeting;
751
757- (ZoomSDKError)handleZoomWebUrlAction:(NSString*)urlAction;
758
764- (CGSize)getUserVideoSize:(unsigned int)userID;
765@end
766NS_ASSUME_NONNULL_END
767
768
769
770
StatisticWarningType
Enumeration of warning types.
MeetingPropertyCmd
Get default information of meeting.
SDKUserType
Enumeration of the types of users.
FreeMeetingNeedUpgradeType
Enumeration indicating reasons why a free meeting needs an upgrade.
MeetingType
Enumeration of meeting types.
ZoomSDKAudioRawdataSamplingRate
Enumeration representing the sampling rate of acquired raw audio data.
ConnectionComponent
Enumeration of component types.
ZoomSDKError
Enumeration of common errors of SDK.
LeaveMeetingCmd
Enumeration of commands for leaving meeting.
ZoomSDKUserType
Enumeration of user types.
ZoomSDKMeetingError
Enumeration of errors to start/join meeting.
EndMeetingReason
Enumeration of ending meeting errors.
ZoomSDKMeetingStatus
Enumeration of meeting status.
ZoomSDKConnectionQuality
Enumeration of connection quality.
The Zoom share controller responsible for managing screen sharing, annotation, and remote control fun...
A controller that manages the display of App Signal and AI Companion panels.
Provides APIs to control the remote camera, including pan, tilt, and zoom operations.
Controller interface to manage closed captions and live transcription in meetings.
Interface for controlling the meeting immersive view feature. For more information on this feature,...
Provides helper APIs for H.323 device management in Zoom meetings.
Interface for managing interpretation in a Zoom meeting.
Interface for managing standard and raw live streams in a meeting.
Interface for managing participant-related actions in a meeting, such as retrieving participant list,...
The interface for the user to confirm whether start archiving after joining the meeting.
Provide APIs to manage in-meeting chat messages and file transfers.
Meeting configuration class to control various meeting UI and behavior settings.
Zoom SDK meeting docs sharing controller.
Zoom SDK meeting encryption controller.
Controller that manages meeting indicator items and dispatches updates via delegate.
Interface for handling user input when joining a meeting.
Meeting parameter information.
NSString * meetingTopic
meetingTopic topic of the meeting.
NSString * meetingHost
meetingHost host of the meeting.
long long meetingNumber
meetingNumber unique number of the meeting.
MeetingType meetingType
meetingType type of the meeting.
BOOL isAutoRecordingLocal
isAutoRecordingLocal Auto local recording or not. YES indicates to auto local recording.
BOOL isViewOnly
isViewOnly YES indicates to view only meeting,otherwise not.
BOOL isAutoRecordingCloud
isAutoRecordingCloud Auto cloud recording or not. YES indicates to auto cloud recording.
Provides control and status APIs for Zoom meeting production studio mode.
Controller to manage meeting recording features.
Zoom SDK meeting remote support controller.
It is an implementation for client to start/join a Meeting.
ZoomSDKMeetingConfiguration * _meetingConfiguration
ZoomSDKH323Helper * _h323Helper
ZoomSDKWebinarController * _webinarController
ZoomSDKRawArchivingController * _rawArchivingController
ZoomSDKCustomImmersiveController * _customImmersiveController
ZoomSDKReactionController * _reactionController
ZoomSDKMeetingWhiteboardController * _whiteboardController
ZoomSDKNewBreakoutRoomController * _newBOController
ZoomSDKAppSignalController * _appSignalController
id< ZoomSDKMeetingServiceDelegate > _delegate
ZoomSDKMeetingRemoteSupportController * _remoteSupportController
ZoomSDKPhoneHelper * _phoneHelper
ZoomSDKPollingController * _pollingController
ZoomSDKInterpretationController * _InterpretationController
ZoomSDKWaitingRoomController * _waitingRoomController
ZoomSDKVideoContainer * _videoContainer
ZoomSDKMeetingRecordController * _recordController
ZoomSDKMeetingProductionStudioController * _productionStudioController
ZoomSDKMeetingIndicatorController * _meetingIndicatorController
ZoomSDKMeetingDocsController * _meetingDocsController
ZoomSDKLiveStreamHelper * _liveStreamHelper
ZoomSDKMeetingChatController * _chatController
ZoomSDKCloseCaptionController * _closeCaptionController
ZoomSDKMeetingAICompanionController * _AICompanionController
ZoomSDKRealNameAuthenticationController * _realNameController
ZoomSDKMeetingUIController * _meetingUIController
ZoomSDKSignInterpretationController * _signInterpretationController
ZoomSDKMeetingEncryptionController * _encryptionController
ZoomSDKASController * _asController
ZoomSDKMeetingActionController * _actionController
ZoomSDKQAController * _QAController
Class to control and customize Zoom meeting UI components.
Controller to manage whiteboard functionality during Zoom meetings.
Controller class to manage breakout room features and permissions.
Provides APIs to manage Zoom phone call-in and call-out features.
Polling controller interface.
Provide interfaces to manage Q&A session in Zoom meeting.
Controller for managing raw archiving privilege in Zoom SDK.
Interface for managing emoji reactions and emoji feedback in Zoom SDK.
Controller to manage Zoom SDK Real Name Authentication.
The interface for host user to handle recover meeting or not when start a deleted or expired meeting.
Manage sign interpretation status, interpreters, and available languages in a Zoom meeting.
Meeting start options when using SDK credentials (no ZAK).
Meeting start options using ZAK (Zoom Access Key).
Container class to manage multiple video elements.
Interface for managing the waiting room during a meeting.
Controller for managing webinar-specific functions.