toggleRemoteAudios method

Future<void> toggleRemoteAudios()

Toggles inbound audio in the current OngoingCall on and off.

Implementation

Future<void> toggleRemoteAudios() => _currentCall.value.toggleRemoteAudio();