Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCVideoView Class 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.
 

Detailed Description

A view designed for rendering attendee video.

Definition at line 26 of file MobileRTCVideoView.h.

Method Documentation

◆ getUserID

- (NSInteger) getUserID

Gets the rendering user's ID.

Returns
The user ID that is rendering.

◆ setVideoAspect:

- (void) setVideoAspect: (MobileRTCVideoAspect) aspect

Sets the video aspect according to customer requirements.

Parameters
aspectThe video aspect.

◆ showAttendeeVideoWithUserID:

- (BOOL) showAttendeeVideoWithUserID: (NSUInteger) userID

Renders attendee video.

Parameters
userIDThe user's video to display.
Returns
YES if the function succeeds. Otherwise, NO.

◆ stopAttendeeVideo

- (void) stopAttendeeVideo

Stops rendering.