mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-24 11:12:50 +02:00
8 lines
247 B
Text
8 lines
247 B
Text
[Constructor(DOMString type, optional RTCDTMFToneChangeEventInit eventInitDict)]
|
|
interface RTCDTMFToneChangeEvent : Event {
|
|
readonly attribute DOMString tone;
|
|
};
|
|
|
|
dictionary RTCDTMFToneChangeEventInit : EventInit {
|
|
DOMString tone = "";
|
|
};
|