jiti-meet/ios/sdk
Saúl Ibarra Corretgé 467a5aaae3 ios: run audio mode operations on a dedicated thread
There is no reason for them to run on the main thread, it's safe to call
AVFoundation functions on threads other than the main thread.

The previous code made an incorrect claim about the thread in which the audio
route change notification selector is called: it's called on a secondary thread:
https://developer.apple.com/documentation/avfoundation/avaudiosessionroutechangenotification
2018-07-27 15:39:39 -05:00
..
sdk.xcodeproj feat(recording): add sounds for when recording starts and stops (#3078) 2018-06-05 20:20:43 +02:00
src ios: run audio mode operations on a dedicated thread 2018-07-27 15:39:39 -05:00