|
Meeting SDK for iOS API Reference
|
Direct sharing helper Interface. More...
#include <MobileRTCDirectShareService.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - canStartDirectShare |
| Determine if it is able to start the direct sharing. | |
| (BOOL) | - isDirectShareInProgress |
| Determine if direct sharing is in progress. | |
| (BOOL) | - startDirectShare |
| Start direct sharing. | |
| (BOOL) | - stopDirectShare |
| Stop 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 |
Determine if it is able to start the direct sharing.
References canStartDirectShare, delegate, isDirectShareInProgress, startDirectShare, and stopDirectShare.
Referenced by canStartDirectShare.
| - (BOOL) isDirectShareInProgress |
Determine if direct sharing is in progress.
Referenced by canStartDirectShare.
| - (BOOL) startDirectShare |
| - (BOOL) stopDirectShare |
|
readwritenonatomicassign |
Direct sharing helper callback.
Definition at line 57 of file MobileRTCDirectShareService.h.
Referenced by canStartDirectShare.