DevicesList
The DevicesList model gathers a list of all audio and video devices available for the local participant.
Example:
DevicesList = {
audioInput?: MediaDeviceInfo[];
audioOutput?: MediaDeviceInfo[];
videoInput?: MediaDeviceInfo[];
};
Updated over 1 year ago