Add a listener for device change events
Clear the device cache to force re-enumeration
Dispose of all resources held by the manager
List available audio input devices (microphones)
OptionalforceRefresh: booleanList available audio output devices (speakers)
OptionalforceRefresh: booleanList available video input devices (cameras)
OptionalforceRefresh: booleanRemove a device change listener
MediaDeviceManager interface (from muziertcclient).
Remarks
Provides cross-browser media device management with caching and cleanup. Use this interface when integrating with the Hiyve client library. The DeviceSelector and DevicePreview components can use this manager for better device handling, or fall back to direct browser APIs.
Example