Skip to content

Interface: AudioSessionActivatedEvent

Defined in: Calls.types.ts:262

Fired when the system activates the audio session for 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:263

Released under the MIT License.