mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
fix: Fix name not set from store when creating the model
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
parent
831b40d547
commit
de1e462859
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ LocalCallParticipantModel.prototype = {
|
|||
this._webRtc = webRtc
|
||||
|
||||
this.set('peerId', this._webRtc.connection.getSessionId())
|
||||
this.set('guestName', null)
|
||||
this.set('guestName', actorStore.displayName)
|
||||
|
||||
this._webRtc.on('forcedMute', this._handleForcedMuteBound)
|
||||
this._unwatchDisplayNameChange = watch(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue