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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add voip_audio_route_manager_webThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
voip_audio_route_manager_web: ^1.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:voip_audio_route_manager_web/voip_audio_route_manager_web.dart';