|
Video SDK for MacOS API Reference
|
Audio configuration options for joining a session. More...
#include <ZMVideoSDK.h>
Inherits NSObject.
Properties | |
| BOOL | connect |
| Whether to connect local audio or not. | |
| BOOL | mute |
| Whether to mute audio or not. | |
| BOOL | isMyVoiceInMix |
| Determines whether my voice is in the mixed audio raw data or not. YES to include. No to exclude. | |
| BOOL | autoAdjustSpeakerVolume |
| Whether to automatically adjust the speaker's volume or not. If YES, this automaticallies adjust the volume if it is muted or low. If NO it nots. | |
Audio configuration options for joining a session.
Definition at line 127 of file ZMVideoSDK.h.
|
readwritenonatomicassign |
Whether to automatically adjust the speaker's volume or not. If YES, this automaticallies adjust the volume if it is muted or low. If NO it nots.
Definition at line 146 of file ZMVideoSDK.h.
|
readwritenonatomicassign |
Whether to connect local audio or not.
Definition at line 131 of file ZMVideoSDK.h.
|
readwritenonatomicassign |
Determines whether my voice is in the mixed audio raw data or not. YES to include. No to exclude.
Definition at line 141 of file ZMVideoSDK.h.
|
readwritenonatomicassign |
Whether to mute audio or not.
Definition at line 136 of file ZMVideoSDK.h.