Skip to content

Commit

Permalink
fix easyrtc.d.ts RTCPeerConnectionConfig missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
hthetiot committed Jun 17, 2017
1 parent 99d8e74 commit 9e66980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript_support/d.ts.files/client/easyrtc.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// <reference path="../DefinitelyTyped/webrtc/RTCPeerConnection.d.ts" />
declare type RTCPeerConnectionConfig = any;

declare class Easyrtc_ReceivedMediaConstraints {
offerToReceiveAudio:boolean;
Expand Down

0 comments on commit 9e66980

Please sign in to comment.