diff --git a/app/lib/RoomClient.js b/app/lib/RoomClient.js index b146d48..4d42144 100644 --- a/app/lib/RoomClient.js +++ b/app/lib/RoomClient.js @@ -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');