DefinitelyTyped/webrtc
2016-05-10 16:27:59 -07:00
..
index.d.ts Remove invalid references 2016-05-10 16:27:59 -07:00
MediaStream-tests.ts normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
MediaStream.d.ts Fix webrtc for things that are now in lib.d.ts 2016-05-04 14:15:15 -07:00
readme.md Remove unneeded references 2016-05-10 12:22:25 -07:00
RTCPeerConnection-tests.ts Remove unneeded references 2016-05-10 12:22:25 -07:00
RTCPeerConnection.d.ts Fix webrtc for things that are now in lib.d.ts 2016-05-04 14:15:15 -07:00
tsconfig.json Remove invalid references 2016-05-10 16:27:59 -07:00
webrtc-tests.ts Remove invalid references 2016-05-10 16:27:59 -07:00

WebRTC Definition Notes

The WebRTC specification

The WebRTC specification is currently a work in progress, but it has been implemented at a basic level in recent versions of Chrome, Opera and (to a lesser extent) Firefox. The latest version of the specification can be found at http://dev.w3.org/2011/webrtc/editor/webrtc.html.

This particular set of definitions has been annotated with the vendor-specific prefixes for Chrome (e.g., webitkit), but anyone who wants, feel free to add the Mozilla-specific prefixes.

Adding the reference to your project