Video SDK for iOS API 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. | |
Audio status of user.
Definition at line 70 of file ZoomVideoSDKUser.h.
|
readwritenonatomicassign |
Get audio type: VOIP (Voice over IP), Telephony, or None.
Definition at line 82 of file ZoomVideoSDKUser.h.
|
readwritenonatomicassign |
Determine whether the audio is muted.
Definition at line 74 of file ZoomVideoSDKUser.h.
|
readwritenonatomicassign |
Determine whether the user is talking.
Definition at line 78 of file ZoomVideoSDKUser.h.