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