availableAudioDevicesIn
fun AudioDeviceManager.availableAudioDevicesIn(scope: CoroutineScope, started: SharingStarted): StateFlow<List<AudioDevice>>
Converts this AudioDeviceManager to available audio devices StateFlow.
Return
a state flow of available audio devices
Parameters
scope
the coroutine scope in which sharing is started
started
the strategy that controls when sharing is started and stopped