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 committed by Joas Schilling
parent 831b40d547
commit de1e462859
No known key found for this signature in database
GPG key ID: F72FA5B49FFA96B0

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(