afrokick 6 жил өмнө
parent
commit
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";