Skip to content

Reworking the iOS audio route change callback

The mediastreamer part of the route change work :

  • listen to iOS route change
  • when receiving a route change notification, perform several check to see if it is relevant : --- is the filter initialized --- was there an actual change in input/output ports --- send an event containing the new ports, and a flag for when a sound device reload is needed (new bluetooth device for example)
  • forward the event infos to liblinphone
Edited by Quentin Arguillere

Merge request reports