DefinitelyTyped/types/webrtc
Daniel Rosenwasser db7781c760
Merge pull request #23458 from dbrgn/webrtc
webrtc: RTCPeerConnection: Add signalingState property
2018-02-15 14:24:26 -08:00
..
test
index.d.ts
MediaStream.d.ts
readme.md
RTCPeerConnection.d.ts
tsconfig.json Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
tslint.json

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.