Skip to content

Interface: AudioSessionDeactivatedEvent

Defined in: Calls.types.ts:271

Fired when the system deactivates the audio session after a call.

Extends

Properties

meta

ts
meta: NativeEventMeta;

Defined in: Calls.types.ts:33

Inherited from

NativeEvent.meta


calls

ts
calls: AudioSessionCallInfo[];

Defined in: Calls.types.ts:272

Released under the MIT License.