Skip to content

Interface: DTMFEvent

Defined in: Calls.types.ts:432

Fired when the system requests DTMF tones be played on the call.

Extends

Properties

meta

ts
meta: NativeEventMeta;

Defined in: Calls.types.ts:33

Inherited from

CallActionEvent.meta


id

ts
id: string;

Defined in: Calls.types.ts:312

Inherited from

CallActionEvent.id


digits

ts
digits: string;

Defined in: Calls.types.ts:433

Released under the MIT License.