|
Meeting SDK for iOS API Reference
|
A view designed for rendering share content. More...
#include <MobileRTCVideoView.h>
Inherits MobileRTCVideoView.
Instance Methods | |
| (BOOL) | - showActiveShareWithShareSourceID: |
| Renders share content. | |
| (void) | - stopActiveShare |
| Stops rendering share content. | |
| (void) | - changeShareScaleWithShareSourceID: |
| Changes the share content scale. | |
| (NSUInteger) | - getShareSourceID |
| Gets the share source ID. | |
Instance Methods inherited from MobileRTCVideoView | |
| (NSInteger) | - getUserID |
| Gets the rendering user's ID. | |
| (BOOL) | - showAttendeeVideoWithUserID: |
| Renders attendee video. | |
| (void) | - stopAttendeeVideo |
| Stops rendering. | |
| (void) | - setVideoAspect: |
| Sets the video aspect according to customer requirements. | |
A view designed for rendering share content.
Definition at line 73 of file MobileRTCVideoView.h.
| - (void) changeShareScaleWithShareSourceID: | (NSUInteger) | shareSourceID |
Changes the share content scale.
| shareSourceID | The user's shared content scale to change. |
| - (NSUInteger) getShareSourceID |
Gets the share source ID.
| - (BOOL) showActiveShareWithShareSourceID: | (NSUInteger) | shareSourceID |
Renders share content.
| shareSourceID | The user's shared content to display. |
| - (void) stopActiveShare |
Stops rendering share content.