Skip to content

Interface: AudioSessionCallInfo

Defined in: Calls.types.ts:252

Brief summary of one call associated with an audio-session activation event.

Properties

id

ts
id: string;

Defined in: Calls.types.ts:253


status

ts
status: CallSessionStatus;

Defined in: Calls.types.ts:254

Released under the MIT License.