setMixWithOthers method
Sets the audio mode to mix with other sources
Implementation
@override
Future<void> setMixWithOthers(bool mixWithOthers) {
return _api
.setMixWithOthers(MixWithOthersMessage(mixWithOthers: mixWithOthers));
}
Sets the audio mode to mix with other sources
@override
Future<void> setMixWithOthers(bool mixWithOthers) {
return _api
.setMixWithOthers(MixWithOthersMessage(mixWithOthers: mixWithOthers));
}