|
Meeting SDK for iOS API Reference
|
A view designed for rendering attendee video. More...
#include <MobileRTCVideoView.h>
Inherits UIView.
Inherited by MobileRTCActiveShareView, MobileRTCActiveVideoView, and MobileRTCPreviewVideoView.
Instance Methods | |
| (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 attendee video.
Definition at line 26 of file MobileRTCVideoView.h.
| - (NSInteger) getUserID |
Gets the rendering user's ID.
| - (void) setVideoAspect: | (MobileRTCVideoAspect) | aspect |
Sets the video aspect according to customer requirements.
| aspect | The video aspect. |
| - (BOOL) showAttendeeVideoWithUserID: | (NSUInteger) | userID |
Renders attendee video.
| userID | The user's video to display. |
| - (void) stopAttendeeVideo |
Stops rendering.