- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Fri, 07 Apr 2017 02:20:31 +0000
- To: public-webrtc-logs@w3.org
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 account
Received on Friday, 7 April 2017 02:20:37 UTC