voip_audio_route_manager_web 1.0.0
voip_audio_route_manager_web: ^1.0.0 copied to clipboard
Web implementation of voip_audio_route_manager. Manages audio output device listing and selection using the browser's MediaDevices audio output APIs.
1.0.0 #
- Initial stable release of the Web implementation package.
- Implements Web-specific audio output device routing via the HTML5 browser MediaDevices API.
- Resolves browser privacy issues by supporting microphone permission requests, enabling full Bluetooth and output device discovery and listing.
- Implements the W3C Audio Output Devices API (
selectAudioOutputwith optionaldeviceIdsupport). - Adds a dynamic tab-wide proxy interception script using ES6 Proxies and WeakRef to automatically route programmatically created
AudioContextandHTMLMediaElementinstances to the selected output device.