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