toggleRemoteAudios method
Toggles inbound audio in the current OngoingCall on and off.
Implementation
Future<void> toggleRemoteAudios() => _currentCall.value.toggleRemoteAudio();
Toggles inbound audio in the current OngoingCall on and off.
Future<void> toggleRemoteAudios() => _currentCall.value.toggleRemoteAudio();