Skip to content

Interface: AudioRouteChangedEvent

Defined in: Calls.types.ts:280

Fired when the active audio route changes (e.g. AirPods connected, speaker toggled).

Extends

Properties

meta

ts
meta: NativeEventMeta;

Defined in: Calls.types.ts:33

Inherited from

NativeEvent.meta


currentRoute

ts
currentRoute: AudioRoute;

Defined in: Calls.types.ts:281


availableRoutes?

ts
optional availableRoutes?: AudioPort[];

Defined in: Calls.types.ts:283

Available audio output devices. Populated on Android; undefined on iOS.

Released under the MIT License.