afrokick преди 6 години
родител
ревизия
1c82f23489
променени са 2 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 1
      lib/api.ts
  2. 0 1
      lib/baseconnection.ts

+ 0 - 1
lib/api.ts

@@ -1,5 +1,4 @@
 import { util } from "./util";
-import { PeerErrorType, PeerEventType } from "./enums";
 
 export class API {
   constructor(private readonly _options: any) { }

+ 0 - 1
lib/baseconnection.ts

@@ -1,6 +1,5 @@
 import { EventEmitter } from "eventemitter3";
 import { Peer } from "./peer";
-import { RTCPeerConnection } from "./adapter";
 import { ServerMessage } from "./servermessage";
 import { ConnectionType } from "./enums";