iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCMeetingService+Video.h
Go to the documentation of this file.
1//
2// MobileRTCMeetingService+Video.h
3// MobileRTC
4//
5// Created by Zoom Video Communications on 2018/6/6.
6// Copyright © 2019 Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <MobileRTC/MobileRTC.h>
10
11@interface MobileRTCMeetingService (Video)
12
17- (BOOL)isSendingMyVideo;
18
23- (BOOL)canUnmuteMyVideo;
24
30- (MobileRTCSDKError)muteMyVideo:(BOOL)mute;
31
36- (BOOL)rotateMyVideo:(UIDeviceOrientation)rotation;
37
43- (BOOL)isUserSpotlighted:(NSUInteger)userId;
44
52- (BOOL)spotlightVideo:(BOOL)on withUser:(NSUInteger)userId;
53
60
65- (NSArray <NSNumber *>* _Nullable)getSpotLightedVideoUserList;
66
73- (BOOL)isUserPinned:(NSUInteger)userId;
74
82- (BOOL)pinVideo:(BOOL)on withUser:(NSUInteger)userId;
83
89- (BOOL)isUserVideoSending:(NSUInteger)userID;
90
97- (BOOL)stopUserVideo:(NSUInteger)userID;
98
105- (BOOL)askUserStartVideo:(NSUInteger)userID;
106
112- (CGSize)getUserVideoSize:(NSUInteger)userID;
113
114#pragma mark Camera Related
119- (BOOL)isBackCamera;
120
126
132
138
143- (NSArray <NSNumber *>* _Nullable)getVideoOrderList;
144
151- (MobileRTCSDKError)stopIncomingVideo:(BOOL)enable;
152
158
164
165@end
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.