added/fixed headers t-z

https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Bartvds
2014-01-24 02:59:02 +01:00
parent fae93966ad
commit d436daf4c2
18 changed files with 56 additions and 26 deletions
+5 -4
View File
@@ -1,10 +1,11 @@
/// <reference path="MediaStream.d.ts" />
// Type definitions for WebRTC
// Project: http://dev.w3.org/2011/webrtc/
// Definitions by: Ken Smith <https://github.com/smithkl42/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// These are TypeScript definitions to support static typing in TypeScript when interacting with WebRtc.
// Definitions taken from http://dev.w3.org/2011/webrtc/editor/webrtc.html
// These are TypeScript definitions to support static typing in TypeScript when interacting with WebRtc.
// Definitions taken from http://dev.w3.org/2011/webrtc/editor/webrtc.html
/// <reference path="MediaStream.d.ts" />
interface RTCConfiguration {
iceServers: RTCIceServer[];