|
Meeting SDK for iOS API 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. | |
A class that contains video status of the current user in the meeting.
Definition at line 12 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Indicates if the user is receiving video.
Definition at line 22 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Indicates if the user is sending video.
Definition at line 17 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Indicates if the camera is connected to the current meeting.
Definition at line 27 of file MobileRTCMeetingUserInfo.h.