iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCNotificationServiceHelper.h
Go to the documentation of this file.
1//
2// MobileRTCZpnsHelper.h
3// MobileRTC
4//
5// Created by Zoom on 2022/11/16.
6// Copyright © 2022 Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import <MobileRTC/MobileRTCConstants.h>
12
13
14@protocol MobileRTCNotificationServiceHelperDelegate <NSObject>
15@optional
16
21- (void)onMeetingDeviceListChanged:(NSArray<MobileRTCInMeetingDeviceInfo*>*_Nullable)deviceList;
22
27- (void)onTransferMeetingStatus:(BOOL)bSuccess;
28
29@end
30
35@property (assign, nonatomic) id<MobileRTCNotificationServiceHelperDelegate> _Nullable delegate;
36
41
48- (MobileRTCSDKError)transferMeeting:(NSInteger)index;
49
50@end
51
MobileRTCSDKError
An enumeration of SDK error.
information of meeting device info. Here are more detailed structural descriptions....
BOOL isTransferMeetingEnabled()
Determine whether the transfer meeting feature is enabled.
id< MobileRTCNotificationServiceHelperDelegate > _Nullable delegate