mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-29 05:50:09 +00:00
Emergency fix, wrong displayname
This commit is contained in:
parent
23948f09d9
commit
36944a9ea7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue