openvidu-components: Fixed participant name value in prejoin component
This commit is contained in:
parent
6a01a33dba
commit
16f211751b
@ -209,6 +209,7 @@ export class PreJoinComponent implements OnInit, OnDestroy {
|
||||
private subscribeToLocalParticipantEvents() {
|
||||
this.localParticipantSubscription = this.participantService.localParticipantObs.subscribe((p) => {
|
||||
this.localParticipant = p;
|
||||
this.nickname = this.localParticipant.getNickname();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user