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

PlatformmacOS

macOS implementation of voip_audio_route_manager. Manages audio output routing and device discovery on macOS systems using native audio frameworks.

voip_audio_route_manager_macos #

The macOS implementation package of the federated plugin voip_audio_route_manager.

This package provides macOS-specific native platform integration using Swift Package Manager and AVFoundation framework interfaces to query available output hardware devices, listen to connection states, and switch active audio output routes.

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 macOS implementation when running on macOS machines.

To install the main package, add:

dependencies:
  voip_audio_route_manager: ^1.1.0

Entitlements Setup #

If your macOS application uses App Sandbox, ensure you enable the client audio-input/output permission in your .entitlements configuration:

<key>com.apple.security.device.audio-input</key>
<true/>
0
likes
150
points
527
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

macOS implementation of voip_audio_route_manager. Manages audio output routing and device discovery on macOS systems using native audio frameworks.

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_macos

Packages that implement voip_audio_route_manager_macos