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";