Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCVideoView.h
Go to the documentation of this file.
6#import <UIKit/UIKit.h>
7
21
26@interface MobileRTCVideoView : UIView
31- (NSInteger)getUserID;
32
38- (BOOL)showAttendeeVideoWithUserID:(NSUInteger)userID;
39
43- (void)stopAttendeeVideo;
44
48- (void)setVideoAspect:(MobileRTCVideoAspect)aspect;
49
50@end
51
58@end
59
65@end
66
77- (BOOL)showActiveShareWithShareSourceID:(NSUInteger)shareSourceID;
78
82- (void)stopActiveShare;
83
88- (void)changeShareScaleWithShareSourceID:(NSUInteger)shareSourceID;
89
94- (NSUInteger)getShareSourceID;
95
96@end
MobileRTCVideoAspect
Enumeration of the video aspect ratio.
@ MobileRTCVideoAspect_Full_Filled
@ MobileRTCVideoAspect_LetterBox
@ MobileRTCVideoAspect_Original
@ MobileRTCVideoAspect_PanAndScan
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.