|
iOS API
|
Starts an App share meeting. More...
#import <MobileRTCMeetingService+AppShare.h>
Instance Methods | |
| (BOOL) | - isDirectAppShareMeeting |
| Query if the current meeting is enabled with App share. More... | |
| (void) | - appShareWithView: |
| Share a content. More... | |
| (void) | - DEPRECATED_ATTRIBUTE |
| Share content with ReplayKit. More... | |
| (BOOL) | - startAppShare |
| Set to enable App share. More... | |
| (void) | - stopAppShare |
| Set to stop App share. | |
| (BOOL) | - isStartingShare |
| Notify the current user if he is sharing. More... | |
| (BOOL) | - isViewingShare |
| Notify the current user if he is viewing the share. More... | |
| (BOOL) | - isAnnotationOff |
| Notify the current user if he can annotate. More... | |
| (BOOL) | - suspendSharing: |
| suspend sharing. More... | |
Starts an App share meeting.
| - (void) appShareWithView: | (nonnull id) | view |
Share a content.
| view | The view shared. |
Extends class MobileRTCMeetingService.
| - (void) DEPRECATED_ATTRIBUTE |
Share content with ReplayKit.
Extends class MobileRTCMeetingService.
| - (BOOL) isAnnotationOff |
Notify the current user if he can annotate.
Extends class MobileRTCMeetingService.
| - (BOOL) isDirectAppShareMeeting |
Query if the current meeting is enabled with App share.
Extends class MobileRTCMeetingService.
| - (BOOL) isStartingShare |
Notify the current user if he is sharing.
Extends class MobileRTCMeetingService.
| - (BOOL) isViewingShare |
Notify the current user if he is viewing the share.
Extends class MobileRTCMeetingService.
| - (BOOL) startAppShare |
Set to enable App share.
Extends class MobileRTCMeetingService.
| - (BOOL) suspendSharing: | (BOOL) | suspend |
suspend sharing.
Extends class MobileRTCMeetingService.
1.8.14