9#import <Foundation/Foundation.h>
10#import <MobileRTC/MobileRTCConstants.h>
14@protocol MobileRTCNotificationServiceHelperDelegate <NSObject>
27- (void)onTransferMeetingStatus:(BOOL)bSuccess;
35@property (assign, nonatomic) id<MobileRTCNotificationServiceHelperDelegate> _Nullable
delegate;
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