On this page

Variable RTCDataChannelEvent

RTCDataChannelEvent: {
    prototype: RTCDataChannelEvent;
    new (
        type: string,
        eventInitDict: RTCDataChannelEventInit,
    ): RTCDataChannelEvent;
}

Type Declaration

Was this helpful?
SDK JS
Reference
RTCDataChannelEvent