소스 검색

Merge pull request #910 from jsfelix/fix/add-token-type-definition

fix: add token to PeerJSOption type definition
Alex Sosnovskiy 3 년 전
부모
커밋
f7e8b50f87
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
   }