Explorar el Código

fix: add token to PeerJSOption type definition

Jefferson Felix hace 3 años
padre
commit
e7675e1474
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      index.d.ts

+ 1 - 0
index.d.ts

@@ -136,6 +136,7 @@ declare namespace Peer {
     port?: number;
     path?: string;
     secure?: boolean;
+    token?: string;
     config?: RTCConfiguration;
     debug?: number;
   }