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
 Get audio type: VOIP (Voice over IP), Telephony, or None.
 
BOOL isMuted
 Determine whether the audio is muted.
 
BOOL isTalking
 Determine whether the user is talking.
 

Detailed Description

Audio status interface.

Definition at line 29 of file ZMVideoSDKUserHelper.h.

Property Documentation

◆ audioType

- (ZMVideoSDKAudioType) audioType
readnonatomicassign

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

Definition at line 34 of file ZMVideoSDKUserHelper.h.

◆ isMuted

- (BOOL) isMuted
readnonatomicassign

Determine whether the audio is muted.

Definition at line 39 of file ZMVideoSDKUserHelper.h.

◆ isTalking

- (BOOL) isTalking
readnonatomicassign

Determine whether the user is talking.

Definition at line 44 of file ZMVideoSDKUserHelper.h.