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