iOS SDK API Reference
|
The object of video status of the current user in the meeting. More...
#import <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.
The object of the audio 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.