voip_audio_route_manager_web 1.1.0
voip_audio_route_manager_web: ^1.1.0 copied to clipboard
Web implementation of voip_audio_route_manager. Handles audio route changes and device selection using W3C Audio Output Devices API.
1.1.0 - 2026-06-16 #
Added #
- Web call session lifecycle hooks and verified route selection results.
- Explicit route clearing back to the browser default audio output.
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.