notifyAudioRouteChanged method

void notifyAudioRouteChanged()

Implementation

void notifyAudioRouteChanged() {
  final currentInput = AudioManager().getCurrentAudioInput();
  _addDelegateEvent(name: kNotiWebRtcConfOnAudioRouteChanged, object: null, info: {"current":currentInput});
}