voip_audio_route_manager_android 1.1.0 copy "voip_audio_route_manager_android: ^1.1.0" to clipboard
voip_audio_route_manager_android: ^1.1.0 copied to clipboard

PlatformAndroid

Android implementation of voip_audio_route_manager. Manages audio routing using native Android AudioManager and communication device routing APIs.

voip_audio_route_manager_android #

The Android implementation package of the federated plugin voip_audio_route_manager.

This package provides Android-specific native platform integration using Android's AudioManager and communication routing APIs to list available output devices, listen to connection updates, and switch the active output route.

Usage #

This package is not intended to be used directly by application developers. The main client package voip_audio_route_manager will automatically import and register this Android implementation when running on Android devices.

To install the main package, add:

dependencies:
  voip_audio_route_manager: ^1.1.0

Android Permissions #

Ensure the following permissions are present in your app's AndroidManifest.xml if managing Bluetooth routing:

<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
0
likes
150
points
523
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Android implementation of voip_audio_route_manager. Manages audio routing using native Android AudioManager and communication device routing APIs.

Homepage
Repository (GitHub)
View/report issues

Topics

#voip #audio-routing #webrtc #audio #media

License

MIT (license)

Dependencies

flutter, voip_audio_route_manager_platform_interface

More

Packages that depend on voip_audio_route_manager_android

Packages that implement voip_audio_route_manager_android