getActiveAudioDevice

@RequiresApi(value = 24)
abstract fun getActiveAudioDevice(): MediaDevice?

Get the active input/output audio device in the meeting, return null if there isn't any.

NOTE: This requires Android API 24 and above

Return

the active local audio device