DefinitelyTyped/webrtc
2014-07-05 19:17:35 -04:00
..
MediaStream-tests.ts standardized tabs & spaces 2014-07-04 15:15:29 -04:00
MediaStream-tests.ts.tscparams Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
MediaStream.d.ts standardized tabs & spaces 2014-07-04 15:15:29 -04:00
MediaStream.d.ts.tscparams Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
readme.md Added first pass at WebRTC definitions. 2013-01-17 08:54:54 -08:00
RTCPeerConnection-tests.ts made RTC prefix standard for all interfaces 2014-07-04 18:13:39 -04:00
RTCPeerConnection-tests.ts.tscparams Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
RTCPeerConnection.d.ts added missing getStats 2014-07-05 19:17:35 -04:00
RTCPeerConnection.d.ts.tscparams Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09: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

/// <reference path="MediaStream.d.ts" />
/// <reference path="RTCPeerConnection.d.ts" />