Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKAudioStatus Class Reference

Audio status interface. More...

#include <ZMVideoSDKUserHelper.h>

Inherits NSObject.

Properties

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

Detailed Description

Audio status interface.

Definition at line 34 of file ZMVideoSDKUserHelper.h.

Property Documentation

◆ audioType

- (ZMVideoSDKAudioType) audioType
readnonatomicassign

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

Definition at line 39 of file ZMVideoSDKUserHelper.h.

◆ isMuted

- (BOOL) isMuted
readnonatomicassign

Determines whether the audio is muted.

Definition at line 44 of file ZMVideoSDKUserHelper.h.

◆ isTalking

- (BOOL) isTalking
readnonatomicassign

Determines whether the user is talking.

Definition at line 49 of file ZMVideoSDKUserHelper.h.