|
Meeting SDK for iOS API Reference
|
A class that contains audio status of the current user in the meeting. More...
#include <MobileRTCMeetingUserInfo.h>
Inherits NSObject.
Properties | |
| BOOL | isMuted |
| Indicates if the audio of the current user is muted. | |
| BOOL | isTalking |
| Indicates if the current user is speaking. | |
| MobileRTCAudioType | audioType |
| The audio type of the current meeting. | |
A class that contains audio status of the current user in the meeting.
Definition at line 47 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
The audio type of the current meeting.
Definition at line 63 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Indicates if the audio of the current user is muted.
Definition at line 52 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Indicates if the current user is speaking.
Definition at line 58 of file MobileRTCMeetingUserInfo.h.