iOS SDK API Reference
Loading...
Searching...
No Matches
MobileRTCAudioStatus Class 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.
 

Detailed Description

Definition at line 46 of file MobileRTCMeetingUserInfo.h.

Property Documentation

◆ audioType

- (MobileRTCAudioType) audioType
readwritenonatomicassign

Check the audio type of the current meeting.

Definition at line 59 of file MobileRTCMeetingUserInfo.h.

◆ isMuted

- (BOOL) isMuted
readwritenonatomicassign

Query if the audio of the current user is muted.

Definition at line 50 of file MobileRTCMeetingUserInfo.h.

◆ isTalking

- (BOOL) isTalking
readwritenonatomicassign

Query if the current user is speaking.

Warning
webinar attenddee can not get the property.

Definition at line 55 of file MobileRTCMeetingUserInfo.h.