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 106 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 126 of file ZoomVideoSDK.h.
|
readwritenonatomicassign |
Local audio connect or not.
Definition at line 111 of file ZoomVideoSDK.h.
|
readwritenonatomicassign |
Determine if my voice in the mixed audio raw data or not. default is YES.
Definition at line 121 of file ZoomVideoSDK.h.
|
readwritenonatomicassign |
Local audio mute or not.
Definition at line 116 of file ZoomVideoSDK.h.