9#import <MobileRTC/MobileRTC.h>
11@interface MobileRTCMeetingService (Video)
36- (BOOL)rotateMyVideo:(UIDeviceOrientation)rotation;
43- (BOOL)isUserSpotlighted:(NSUInteger)userId;
52- (BOOL)spotlightVideo:(BOOL)on withUser:(NSUInteger)userId;
73- (BOOL)isUserPinned:(NSUInteger)userId;
82- (BOOL)pinVideo:(BOOL)on withUser:(NSUInteger)userId;
89- (BOOL)isUserVideoSending:(NSUInteger)userID;
97- (BOOL)stopUserVideo:(NSUInteger)userID;
105- (BOOL)askUserStartVideo:(NSUInteger)userID;
112- (CGSize)getUserVideoSize:(NSUInteger)userID;
114#pragma mark Camera Related
MobileRTCSDKError
An enumeration of SDK error.
MobileRTCCameraError
MobileRTCCameraError An enumeration of camera-related operational error states.
BOOL isFollowHostVideoOrderOn()
Qurry if follow host video order or not currently.
BOOL unSpotlightAllVideos()
Un-spotlight all the user.
BOOL isSupportFollowHostVideoOrder()
Qurry if the account support follow host video order feature or not.
MobileRTCCameraError switchMyCamera()
Set to Switch the camera of the current user in local device.
BOOL isStopIncomingVideoSupported()
Determine if the incoming video is supported.
NSArray< NSNumber * > *_Nullable getSpotLightedVideoUserList()
get spotlight user list.
NSArray< NSNumber * > *_Nullable getVideoOrderList()
get follow host video order array currently.
BOOL canUnmuteMyVideo()
Query if user can unmute his video himself.
BOOL isSendingMyVideo()
Query if the user is sending video.
BOOL isIncomingVideoStoped()
Determine if the incoming video is stopped.
BOOL isBackCamera()
Query if user is using back camera.