41- (BOOL)showAttendeeVideoWithUserID:(NSUInteger)userID;
82- (void)showActiveShareWithUserID:(NSUInteger)userID;
87- (void)stopActiveShare;
93- (void)changeShareScaleWithUserID:(NSUInteger)userID;
MobileRTCVideoAspect
MobileRTCVideoAspect An Enum which provide video aspect.
@ MobileRTCVideoAspect_Full_Filled
Full Filled.
@ MobileRTCVideoAspect_LetterBox
Letter Box.
@ MobileRTCVideoAspect_Original
Original.
@ MobileRTCVideoAspect_PanAndScan
Pan And Scan.
MobileRTCActiveShareView is designed for Render Share Content.
MobileRTCActiveVideoView is designed for Render Active Video.
MobileRTCPreviewVideoView is designed for Preview Self Video.
MobileRTCVideoView is designed for Render Attendee Video.
void stopAttendeeVideo()
Designated for Stop Render.
NSInteger getUserID()
Designated for get rendering user's ID.