Stats
The Stats model contains a list of added, updated, or removed devices.
Example:
Stats = {
added: MediaDeviceInfo[];
removed: MediaDeviceInfo[];
updated: MediaDeviceInfo[];
};
Updated over 1 year ago
The Stats model contains a list of added, updated, or removed devices.
Example:
Stats = {
added: MediaDeviceInfo[];
removed: MediaDeviceInfo[];
updated: MediaDeviceInfo[];
};
Updated over 1 year ago