Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCDirectShareService Class Reference

Direct sharing helper Interface. More...

#include <MobileRTCDirectShareService.h>

Inherits NSObject.

Instance Methods

(BOOL) - canStartDirectShare
 Determines if it is able to start the direct sharing.
 
(BOOL) - isDirectShareInProgress
 Determines if direct sharing is in progress.
 
(BOOL) - startDirectShare
 Starts direct sharing.
 
(BOOL) - stopDirectShare
 Stops direct sharing.
 

Properties

id< MobileRTCDirectShareServiceDelegate > _Nullable delegate
 Direct sharing helper callback.
 

Detailed Description

Direct sharing helper Interface.

Warning
You can only use this feature over iOS12.

Definition at line 53 of file MobileRTCDirectShareService.h.

Method Documentation

◆ canStartDirectShare

- (BOOL) canStartDirectShare

Determines if it is able to start the direct sharing.

Returns
YES if direct sharing can be started. Otherwise, NO.

References canStartDirectShare, delegate, isDirectShareInProgress, startDirectShare, and stopDirectShare.

Referenced by canStartDirectShare.

◆ isDirectShareInProgress

- (BOOL) isDirectShareInProgress

Determines if direct sharing is in progress.

Returns
YES if direct sharing is in progress. Otherwise, NO.

Referenced by canStartDirectShare.

◆ startDirectShare

- (BOOL) startDirectShare

Starts direct sharing.

Returns
YES if the function succeeds. Otherwise, NO.

Referenced by canStartDirectShare.

◆ stopDirectShare

- (BOOL) stopDirectShare

Stops direct sharing.

Returns
YES if the function succeeds. Otherwise, NO.

Referenced by canStartDirectShare.

Property Documentation

◆ delegate

- (id<MobileRTCDirectShareServiceDelegate> _Nullable) delegate
readwritenonatomicassign

Direct sharing helper callback.

Definition at line 57 of file MobileRTCDirectShareService.h.

Referenced by canStartDirectShare.