get Mics
This method can be used to get the set of available audio devices (microphones).
Code Example:
val mics = meeting.getMics()
for (mic in mics) {
Log.d("Meeting", "Available mic: " + mic.name)
}
Content copied to clipboard
Return
a Set of available AppRTCAudioManager.AudioDevice options