W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > April 2017

Re: [webrtc-pc] Section 12.2.4: Note

From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
Date: Fri, 07 Apr 2017 02:20:31 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issue_comment.created-292403375-1491531630-sysbot+gh@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

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:40 UTC