Emergency fix, wrong displayname

This commit is contained in:
Håvar Aambø Fosstveit
2019-03-14 09:47:49 +01:00
parent 23948f09d9
commit 36944a9ea7
+1 -1
View File
@@ -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');