|
iOS SDK API Reference
|
#import <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. | |
Definition at line 46 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Check the audio type of the current meeting.
Definition at line 59 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Query if the audio of the current user is muted.
Definition at line 50 of file MobileRTCMeetingUserInfo.h.
|
readwritenonatomicassign |
Query if the current user is speaking.
Definition at line 55 of file MobileRTCMeetingUserInfo.h.