Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKAudioStatus Class Reference

Audio status of user. More...

#include <ZoomVideoSDKUser.h>

Inherits NSObject.

Properties

BOOL isMuted
 Determine whether the audio is muted.
 
BOOL talking
 Determine whether the user is talking.
 
ZoomVideoSDKAudioType audioType
 Get audio type: VOIP (Voice over IP), Telephony, or None.
 

Detailed Description

Audio status of user.

Definition at line 70 of file ZoomVideoSDKUser.h.

Property Documentation

◆ audioType

- (ZoomVideoSDKAudioType) audioType
readwritenonatomicassign

Get audio type: VOIP (Voice over IP), Telephony, or None.

Definition at line 82 of file ZoomVideoSDKUser.h.

◆ isMuted

- (BOOL) isMuted
readwritenonatomicassign

Determine whether the audio is muted.

Definition at line 74 of file ZoomVideoSDKUser.h.

◆ talking

- (BOOL) talking
readwritenonatomicassign

Determine whether the user is talking.

Definition at line 78 of file ZoomVideoSDKUser.h.