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
27
32- (NSInteger)getUserID;
33
39- (BOOL)showAttendeeVideoWithUserID:(NSUInteger)userID;
40
44- (void)stopAttendeeVideo;
45
50- (void)setVideoAspect:(MobileRTCVideoAspect)aspect;
51
52@end
53
60@end
61
67@end
68
74
80- (BOOL)showActiveShareWithShareSourceID:(NSUInteger)shareSourceID;
81
85- (void)stopActiveShare;
86
91- (void)changeShareScaleWithShareSourceID:(NSUInteger)shareSourceID;
92
97- (NSUInteger)getShareSourceID;
98
99@end
MobileRTCVideoAspect
Enumeration of the video aspect ratio.
@ MobileRTCVideoAspect_Full_Filled
@ MobileRTCVideoAspect_LetterBox
@ MobileRTCVideoAspect_Original
@ MobileRTCVideoAspect_PanAndScan
A view designed for rendering share content.
A view designed for rendering active video.
A view designed for previewing self video.
A view designed for rendering attendee video.
void stopAttendeeVideo()
Stops rendering.
NSInteger getUserID()
Gets the rendering user's ID.