Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKAudioStatus Class Reference

Audio status of user. More...

#include <ZoomVideoSDKUser.h>

Inherits NSObject.

Properties

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

Detailed Description

Audio status of user.

Definition at line 180 of file ZoomVideoSDKUser.h.

Property Documentation

◆ audioType

- (ZoomVideoSDKAudioType) audioType
readwritenonatomicassign

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

Definition at line 192 of file ZoomVideoSDKUser.h.

◆ isMuted

- (BOOL) isMuted
readwritenonatomicassign

Determines whether the audio is muted.

Definition at line 184 of file ZoomVideoSDKUser.h.

◆ talking

- (BOOL) talking
readwritenonatomicassign

Determines whether the user is talking.

Definition at line 188 of file ZoomVideoSDKUser.h.