Skip to content

Commit a3eaeee

Browse files
committed
ov-components: call updateLocalParticipant in connect method to ensure local participant state is updated
1 parent 5cdf11a commit a3eaeee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • openvidu-components-angular/projects/openvidu-components-angular/src/lib/services/participant

openvidu-components-angular/projects/openvidu-components-angular/src/lib/services/participant/participant.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ export class ParticipantService {
317317
this.updateRemoteParticipants();
318318
}
319319
});
320+
this.updateLocalParticipant();
320321
}
321322

322323
/**

0 commit comments

Comments
 (0)