mirror of https://github.com/OpenVidu/openvidu.git
ov-components: call updateLocalParticipant in connect method to ensure local participant state is updated
parent
5cdf11a3ee
commit
a3eaeee003
|
|
@ -317,6 +317,7 @@ export class ParticipantService {
|
||||||
this.updateRemoteParticipants();
|
this.updateRemoteParticipants();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
this.updateLocalParticipant();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue