iOS API
|
Instance Methods | |
(BOOL) | - isSendingMyVideo |
Query if the user is sending video. More... | |
(BOOL) | - canUnmuteMyVideo |
Query if user can unmute his video himself. More... | |
(MobileRTCVideoError) | - muteMyVideo: |
Set to mute video of the current user. More... | |
(BOOL) | - isUserSpotlighted: |
Query if user's video is spotlighted. Once the user's video is spotlighted, it will show only the specified video in the meeting instead of active user's. More... | |
(BOOL) | - spotlightVideo:withUser: |
Set whether to spotlight user's video. More... | |
(BOOL) | - isUserPinned: |
Query if the user's video is pinned. More... | |
(BOOL) | - pinVideo:withUser: |
Set whether to pin user's video or not. More... | |
(BOOL) | - isUserVideoSending: |
Query if user's video is being sent. More... | |
(BOOL) | - stopUserVideo: |
Set to stop user's video. More... | |
(BOOL) | - askUserStartVideo: |
Host can use this function to demand user to start video. More... | |
(CGSize) | - getUserVideoSize: |
Get the size of user's video. More... | |
(BOOL) | - isBackCamera |
Query if user is using back camera. More... | |
(MobileRTCCameraError) | - switchMyCamera |
Set to Switch the camera of the current user in local device. More... | |
- (BOOL) askUserStartVideo: | (NSUInteger) | userID |
Host can use this function to demand user to start video.
userID | The ID of user who needs to turn on video in meeting. |
Extends class MobileRTCMeetingService.
- (BOOL) canUnmuteMyVideo |
Query if user can unmute his video himself.
Extends class MobileRTCMeetingService.
- (CGSize) getUserVideoSize: | (NSUInteger) | userID |
Get the size of user's video.
userID | The ID of user in the meeting |
Extends class MobileRTCMeetingService.
- (BOOL) isBackCamera |
Query if user is using back camera.
Extends class MobileRTCMeetingService.
- (BOOL) isSendingMyVideo |
Query if the user is sending video.
Extends class MobileRTCMeetingService.
- (BOOL) isUserPinned: | (NSUInteger) | userId |
Query if the user's video is pinned.
userId | The ID of user whose video will be pinned in the meeting. |
Extends class MobileRTCMeetingService.
- (BOOL) isUserSpotlighted: | (NSUInteger) | userId |
Query if user's video is spotlighted. Once the user's video is spotlighted, it will show only the specified video in the meeting instead of active user's.
userId | The ID of user in meeting. |
Extends class MobileRTCMeetingService.
- (BOOL) isUserVideoSending: | (NSUInteger) | userID |
Query if user's video is being sent.
userID | The ID of user whose video will be sent in meeting |
Extends class MobileRTCMeetingService.
- (MobileRTCVideoError) muteMyVideo: | (BOOL) | mute |
Set to mute video of the current user.
mute | YES means to mute video of the current user, otherwise not. |
Extends class MobileRTCMeetingService.
- (BOOL) pinVideo: | (BOOL) | on | |
withUser: | (NSUInteger) | userId | |
Set whether to pin user's video or not.
on | YES means to pin user's video, otherwise not. |
userId | The ID of user whose video will be pinned. |
Extends class MobileRTCMeetingService.
- (BOOL) spotlightVideo: | (BOOL) | on | |
withUser: | (NSUInteger) | userId | |
Set whether to spotlight user's video.
on | YES means to spotlight user's video; NO means that spotlight user's video will be canceled. |
userId | The ID of user whose video will be spotlighted in the meeting. |
Extends class MobileRTCMeetingService.
- (BOOL) stopUserVideo: | (NSUInteger) | userID |
Set to stop user's video.
userID | The ID of other users except the host in the meeting. |
Extends class MobileRTCMeetingService.
- (MobileRTCCameraError) switchMyCamera |
Set to Switch the camera of the current user in local device.
Extends class MobileRTCMeetingService.