ov-components: call updateLocalParticipant in connect method to ensure local participant state is updated

pull/900/head
CSantosM 2026-05-11 19:55:16 +02:00
parent 5cdf11a3ee
commit a3eaeee003
1 changed files with 1 additions and 0 deletions

View File

@ -317,6 +317,7 @@ export class ParticipantService {
this.updateRemoteParticipants(); this.updateRemoteParticipants();
} }
}); });
this.updateLocalParticipant();
} }
/** /**