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