fix WSPeer
whether WSPeer inherits from Peer as well as RTCPeer?
This commit is contained in:
parent
a96dde25c0
commit
a6bf4857dd
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ class PeersManager {
|
|||
|
||||
}
|
||||
|
||||
class WSPeer {
|
||||
class WSPeer extends Peer {
|
||||
_send(message) {
|
||||
message.to = this._peerId;
|
||||
this._server.send(message);
|
||||
|
|
Loading…
Reference in a new issue