|
Video SDK for iOS API Reference
|
The audio option of join session. More...
#include <ZoomVideoSDK.h>
Inherits NSObject.
Properties | |
| BOOL | connect |
| Local audio connect or not. | |
| BOOL | mute |
| Local audio mute or not. | |
| BOOL | isMyVoiceInMix |
| Determine if my voice in the mixed audio raw data or not. default is YES. | |
| BOOL | autoAdjustSpeakerVolume |
| If the volume is muted or the volume is low, need to automatically adjust the volume of speaker? Default is NO. | |
The audio option of join session.
Definition at line 118 of file ZoomVideoSDK.h.
|
readwritenonatomicassign |
If the volume is muted or the volume is low, need to automatically adjust the volume of speaker? Default is NO.
Definition at line 138 of file ZoomVideoSDK.h.
|
readwritenonatomicassign |
Local audio connect or not.
Definition at line 123 of file ZoomVideoSDK.h.
|
readwritenonatomicassign |
Determine if my voice in the mixed audio raw data or not. default is YES.
Definition at line 133 of file ZoomVideoSDK.h.
|
readwritenonatomicassign |
Local audio mute or not.
Definition at line 128 of file ZoomVideoSDK.h.