availableDevices

fun availableDevices(): AvailableDevices

Get the available media devices. (e.g. cameras, microphones, ...)

Useful for building a device picker. Use one of the returned deviceIDs with updateInputs to specify a specific device.

If this is called from the main thread (or from your custom thread if you created the CallClient with a custom Handler), then the value returned is consistent with the state of the CallClient as of the most recent callback.

Return

An AvailableDevices object containing information about the devices which can be used in the call.