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

A class that contains video status of the current user in the meeting. More...

#include <MobileRTCMeetingUserInfo.h>

Inherits NSObject.

Properties

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

Detailed Description

A class that contains video status of the current user in the meeting.

Definition at line 12 of file MobileRTCMeetingUserInfo.h.

Property Documentation

◆ isReceiving

- (BOOL) isReceiving
readwritenonatomicassign

Indicates if the user is receiving video.

Definition at line 22 of file MobileRTCMeetingUserInfo.h.

◆ isSending

- (BOOL) isSending
readwritenonatomicassign

Indicates if the user is sending video.

Definition at line 17 of file MobileRTCMeetingUserInfo.h.

◆ isSource

- (BOOL) isSource
readwritenonatomicassign

Indicates if the camera is connected to the current meeting.

Definition at line 27 of file MobileRTCMeetingUserInfo.h.