Skip to content

Differenciate set_input_device and set_output_device code for IOS

Quentin Arguillere requested to merge fix/ios_audio_route_bugs into release/4.5

Having MS_AUDIO_CAPTURE_SET_INTERNAL_ID and MS_AUDIO_PLAYBACK_SET_INTERNAL_ID both calling the same function could cause inconsistencies or unwanted change in audio route when playing around the Speaker, which is a special case for IOS.

Merge request reports