|
Meeting SDK for iOS API Reference
|
The object of the audio status of the current user in the meeting. More...
#include <MobileRTCMeetingUserInfo.h>
Inherits NSObject.
Properties | |
| BOOL | isMuted |
| Query if the audio of the current user is muted. | |
| BOOL | isTalking |
| Query if the current user is speaking. | |
| MobileRTCAudioType | audioType |
| Check the audio type of the current meeting. | |
The object of the audio status of the current user in the meeting.
Definition at line 43 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Check the audio type of the current meeting.
Definition at line 56 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Query if the audio of the current user is muted.
Definition at line 47 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Query if the current user is speaking.
Definition at line 52 of file MobileRTCMeetingUserInfo.h.