interface RTCDTMFToneChangeEventInit {
    bubbles?: boolean;
    cancelable?: boolean;
    composed?: boolean;
    tone?: string;
}

Hierarchy (View Summary)

Properties

bubbles?: boolean
cancelable?: boolean
composed?: boolean
tone?: string