mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
added/fixed headers t-z
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Vendored
+5
-4
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user