Meeting SDK for iOS API 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. | |
The object of video status of the current user in the meeting.
Definition at line 15 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Query if the user is receiving video.
Definition at line 23 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Query if the user is sending video.
Definition at line 19 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Check if the camera is connected to the current meeting.
Definition at line 27 of file MobileRTCMeetingUserInfo.h.