misspelled callback function name in interface

4.1.11 PeerConnection Interface

            attribute Function?          onrenegotationneeded<http://dev.w3.org/2011/webrtc/editor/webrtc.html#widl-PeerConnection-onrenegotationneeded>;

should be

            attribute Function?          onrenegotiationneeded<http://dev.w3.org/2011/webrtc/editor/webrtc.html#widl-PeerConnection-onrenegotationneeded>;

Li

[1] http://dev.w3.org/2011/webrtc/editor/webrtc.html

Received on Tuesday, 10 July 2012 17:57:42 UTC