RTCDTMFToneChangeEventInit
interface RTCDTMFToneChangeEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
tone?: string;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
tone?: string;
}
Hierarchy (View Summary)
- EventInit
- RTCDTMFToneChangeEventInit