9#import <Foundation/Foundation.h>
21- (BOOL)TryWithMeetingNumber:(NSString *_Nonnull)meetingNumber;
28- (BOOL)TryWithPairingCode:(NSString *_Nonnull)pairingCode;
41@protocol MobileRTCDirectShareServiceDelegate <NSObject>
60@property (assign, nonatomic) id<MobileRTCDirectShareServiceDelegate> _Nullable
delegate;
MobileRTCDirectShareStatus
Enumeration of direct sharing status.
Direct sharing helper Interface.
BOOL stopDirectShare()
Stop direct sharing.
BOOL startDirectShare()
Start direct sharing.
BOOL isDirectShareInProgress()
Determine if direct sharing is in progress.
id< MobileRTCDirectShareServiceDelegate > _Nullable delegate
Direct sharing helper callback.
BOOL canStartDirectShare()
Determine if it is able to start the direct sharing.
Direct sharing by meeting ID or pairing code helper interface.
BOOL cancel()
Delete the present direct sharing.