mirror of https://github.com/OpenVidu/openvidu.git
ov-components: fix name getter in ParticipantModel to return participant's name
parent
f0bcb3ac03
commit
395d0c3ade
|
@ -169,8 +169,8 @@ export class ParticipantModel {
|
|||
* @returns string
|
||||
*/
|
||||
get name(): string | undefined {
|
||||
// return this.participant.name;
|
||||
return this.identity;
|
||||
return this.participant.name;
|
||||
// return this.identity;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue