This may be referring to the need for WebIDL for the RTCError event and RTCErrorEventInit. Something like this: interface RTCError : Event { readonly attribute RTCErrorDetailType errorDetail; readonly attribute DOMString message; readonly attibute DOMString name; readonly attribute unsigned long sdpLineNumber; readonly attribute unsigned short httpRequestStatusCode; readonly attribute unsigned short sctpCauseCode; readonly attribute unsigned short tlsAlert; }; -- GitHub Notification of comment by aboba Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1113#issuecomment-292403375 using your GitHub accountReceived on Friday, 7 April 2017 02:20:37 UTC
This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:40 UTC