Closed tripolskypetr closed 2 years ago
:tada: This issue has been resolved in version 1.4.0-rc.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 1.4.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
It looks like the peerjs-server can process something called a token. I think there is an error in
Peer
constructor options type defenition.As you can see, the index.ts contains the following PeerJSOption interface. This file is not auto updating after compilation
But peer.ts which is internal interface implementation has the
token
fieldWill the following code from stackoverflow handle the authentication? If so, please update the interface definition