Emergency fix, wrong displayname
parent
23948f09d9
commit
36944a9ea7
|
|
@ -77,7 +77,7 @@ export default class RoomClient
|
|||
this._peerName = peerName;
|
||||
|
||||
// My display name
|
||||
this._displayName = peerName;
|
||||
this._displayName = displayName;
|
||||
|
||||
// Alert sound
|
||||
this._soundAlert = new Audio('/resources/sounds/notify.mp3');
|
||||
|
|
|
|||
Loading…
Reference in New Issue