6#import <Foundation/Foundation.h>
7#import <ZoomSDK/ZoomSDKErrors.h>
8#import <ZoomSDK/ZoomSDKPresenceHelper.h>
10NS_ASSUME_NONNULL_BEGIN
19@property (assign, nonatomic,readonly)
int index;
24@property (copy, nonatomic,readonly, nullable) NSString *
deviceName;
29@property (copy, nonatomic,readonly, nullable) NSString *
meetingTopic;
39@property (copy, nonatomic,readonly, nullable) NSString *
meetingID;
62@property(nonatomic, assign, readonly)BOOL isTransferMeetingSuccess;
76@protocol ZoomSDKNotificationServiceDelegate <NSObject>
83- (void)onTransferMeetingStatus:(BOOL)bSuccess DEPRECATED_MSG_ATTRIBUTE("Use -onTransferMeetingResult:instead");
109@property(nonatomic, assign, nullable)id<ZoomSDKNotificationServiceDelegate> delegate;
114- (BOOL)isTransferMeetingEnabled;
120- (BOOL)isPresenceFeatureEnabled;
128- (
ZoomSDKError)transferMeeting:(int)index DEPRECATED_MSG_ATTRIBUTE(
"Use -transferMeeting:transferMeetingMode: instead");
ZoomSDKTransferMeetingMode
Enumeration of meeting transfer modes.
ZoomSDKError
Enumeration of common errors of SDK.
Provides information about meetings on other signed-in devices.
int index
Index. Deprecated this param.
BOOL isSupportCompanionMode
YES indicates this meeting supports joining in companion mode.
NSString * meetingID
Meeting ID.
long long meetingNumber
Meeting number.
NSString * meetingTopic
Meeting topic.
NSString * deviceName
Device name.
Controller class to manage meeting transfer and presence features.
Interface to manage contact presence and meeting invitations.
Provides information and operation interface for the result of meeting transfer.