6#import <Foundation/Foundation.h>
18- (BOOL)TryWithMeetingNumber:(NSString *_Nonnull)meetingNumber;
25- (BOOL)TryWithPairingCode:(NSString *_Nonnull)pairingCode;
38@protocol MobileRTCDirectShareServiceDelegate <NSObject>
57@property (assign, nonatomic) id<MobileRTCDirectShareServiceDelegate> _Nullable
delegate;
MobileRTCDirectShareStatus
Enumeration of the direct sharing status.
Direct sharing helper Interface.
BOOL stopDirectShare()
Stops direct sharing.
BOOL startDirectShare()
Starts direct sharing.
BOOL isDirectShareInProgress()
Determines if direct sharing is in progress.
id< MobileRTCDirectShareServiceDelegate > _Nullable delegate
Direct sharing helper callback.
BOOL canStartDirectShare()
Determines 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.