|
Meeting SDK for iOS API 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. | |
Direct sharing helper Interface.
Definition at line 53 of file MobileRTCDirectShareService.h.
| - (BOOL) canStartDirectShare |
Determines if it is able to start the direct sharing.
References canStartDirectShare, delegate, isDirectShareInProgress, startDirectShare, and stopDirectShare.
Referenced by canStartDirectShare.
| - (BOOL) isDirectShareInProgress |
Determines if direct sharing is in progress.
Referenced by canStartDirectShare.
| - (BOOL) startDirectShare |
Starts direct sharing.
Referenced by canStartDirectShare.
| - (BOOL) stopDirectShare |
Stops direct sharing.
Referenced by canStartDirectShare.
|
readwritenonatomicassign |
Direct sharing helper callback.
Definition at line 57 of file MobileRTCDirectShareService.h.
Referenced by canStartDirectShare.