Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCVideoStatus Class Reference

The object of video status of the current user in the meeting. More...

#include <MobileRTCMeetingUserInfo.h>

Inherits NSObject.

Properties

BOOL isSending
 Query if the user is sending video.
 
BOOL isReceiving
 Query if the user is receiving video.
 
BOOL isSource
 Check if the camera is connected to the current meeting.
 

Detailed Description

The object of video status of the current user in the meeting.

MobileRTCVideoStatus

Definition at line 15 of file MobileRTCMeetingUserInfo.h.

Property Documentation

◆ isReceiving

- (BOOL) isReceiving
readwritenonatomicassign

Query if the user is receiving video.

Definition at line 23 of file MobileRTCMeetingUserInfo.h.

◆ isSending

- (BOOL) isSending
readwritenonatomicassign

Query if the user is sending video.

Definition at line 19 of file MobileRTCMeetingUserInfo.h.

◆ isSource

- (BOOL) isSource
readwritenonatomicassign

Check if the camera is connected to the current meeting.

Definition at line 27 of file MobileRTCMeetingUserInfo.h.