Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCVideoView.h
Go to the documentation of this file.
1//
2// MobileRTCVideoView.h
3// MobileRTC
4//
5// Created by Zoom on 2017/11/15.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <UIKit/UIKit.h>
10
24
29@interface MobileRTCVideoView : UIView
34- (NSInteger)getUserID;
35
40- (BOOL)showAttendeeVideoWithUserID:(NSUInteger)userID;
41
45- (void)stopAttendeeVideo;
46
50- (void)setVideoAspect:(MobileRTCVideoAspect)aspect;
51
52@end
53
60@end
61
67@end
68
78- (BOOL)showActiveShareWithShareSourceID:(NSUInteger)shareSourceID;
79
83- (void)stopActiveShare;
84
89- (void)changeShareScaleWithShareSourceID:(NSUInteger)shareSourceID;
90
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.