Files
DefinitelyTyped/webrtc
Lucas Dixon ec15376306 * Added TODOs for things that can be done when/if typescript is improved with links in case people want typescript to be better and want to vote on the issue.
* Removed unused IceState
* Added moz specific prefixes
* Fixed broken use of enum for things that are actually strings and added a TypeScript issue for the fix
* Added comments with WebIDL spec for enums
* Added RTCMessageEvent for data channels
* Support send with ArrayBufferView
2014-06-29 22:53:17 -04:00
..
2013-01-17 09:48:27 -08:00
2014-06-04 16:09:24 -05:00
2013-01-17 09:48:27 -08: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" />