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:
Daniel Calviño Sánchez 2025-11-27 08:51:28 +01:00
parent d5562af917
commit 018e796c28

View file

@ -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(