Video SDK for MacOS API 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. | |
Audio status interface.
Definition at line 29 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Get audio type: VOIP (Voice over IP), Telephony, or None.
Definition at line 34 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Determine whether the audio is muted.
Definition at line 39 of file ZMVideoSDKUserHelper.h.
|
readnonatomicassign |
Determine whether the user is talking.
Definition at line 44 of file ZMVideoSDKUserHelper.h.