DefinitelyTyped/webrtc
Danilo Bargen 513dc337f9 Rewrite WebRTC RTCPeerConnection definitions (#12140)
* Rewrite all RTCPeerConnection definitions

I used the specification IDL to rewrite all definitions.

* RTCPeerConnection: Add legacy interface extensions
2016-11-02 23:00:10 +09:00
..
index.d.ts Getting types-2.0 passing CI 2016-07-14 18:13:43 -07:00
MediaStream-tests.ts
MediaStream.d.ts Rewrite WebRTC RTCPeerConnection definitions (#12140) 2016-11-02 23:00:10 +09:00
readme.md Rewrite WebRTC RTCPeerConnection definitions (#12140) 2016-11-02 23:00:10 +09:00
RTCPeerConnection-tests.ts Rewrite WebRTC RTCPeerConnection definitions (#12140) 2016-11-02 23:00:10 +09:00
RTCPeerConnection.d.ts Rewrite WebRTC RTCPeerConnection definitions (#12140) 2016-11-02 23:00:10 +09:00
tsconfig.json Fix tsconfig files for new option name / behavior. 2016-07-12 13:54:56 -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 https://www.w3.org/TR/webrtc/.

This particular set of definitions does not use any vendor-specific prefixes. Instead, you should probably use adapter.js.

The definitions track the currently published working draft. Deprecated features are dropped.