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

Detailed Description

A class that contains audio status of the current user in the meeting.

Definition at line 47 of file MobileRTCMeetingUserInfo.h.

Property Documentation

◆ audioType

- (MobileRTCAudioType) audioType
readwritenonatomicassign

The audio type of the current meeting.

Definition at line 63 of file MobileRTCMeetingUserInfo.h.

◆ isMuted

- (BOOL) isMuted
readwritenonatomicassign

Indicates if the audio of the current user is muted.

Definition at line 52 of file MobileRTCMeetingUserInfo.h.

◆ isTalking

- (BOOL) isTalking
readwritenonatomicassign

Indicates if the current user is speaking.

Warning
Webinar attendees cannot get this property.

Definition at line 58 of file MobileRTCMeetingUserInfo.h.