Re: [webrtc-pc] Section 12.2.4: Note

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