Emergency fix, wrong displayname

master
Håvar Aambø Fosstveit 2019-03-14 09:47:49 +01:00
parent 23948f09d9
commit 36944a9ea7
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ export default class RoomClient
this._peerName = peerName; this._peerName = peerName;
// My display name // My display name
this._displayName = peerName; this._displayName = displayName;
// Alert sound // Alert sound
this._soundAlert = new Audio('/resources/sounds/notify.mp3'); this._soundAlert = new Audio('/resources/sounds/notify.mp3');