DevicesUpdates
The DevicesUpdates model contains information about devices that the local participant added, updated, or removed.
Example:
DevicesUpdates = {
audioInput?: Stats;
audioOutput?: Stats;
videoInput?: Stats;
};
Updated over 1 year ago