enableAudio method
- bool enableAudio
If video recording should enableAudio.
Implementation
Future<void> enableAudio(bool enableAudio) async {
printLog('''
warning: EnableAudio has no effect when recording
''');
}
If video recording should enableAudio.
Future<void> enableAudio(bool enableAudio) async {
printLog('''
warning: EnableAudio has no effect when recording
''');
}