Skip to content

Commit

Permalink
fix: add token to PeerJSOption type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefferson Felix committed Dec 14, 2021
1 parent 829afda commit e7675e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ declare namespace Peer {
port?: number;
path?: string;
secure?: boolean;
token?: string;
config?: RTCConfiguration;
debug?: number;
}
Expand Down

0 comments on commit e7675e1

Please sign in to comment.