OpenVidu / openvidu

OpenVidu Platform main repository
https://openvidu.io
Apache License 2.0
1.9k stars 464 forks source link

Angular Components custom-layout not working properly #746

Closed VaporMontey closed 2 years ago

VaporMontey commented 2 years ago

Describe the bug When using the ParticipantService needed with *ovLayout directive the remoteParticipantObs won't receive any event

Expected behavior When subscribed to remoteParticipantObs and after a remote participant is connected a new array of ParticipantAbstractModel[] is received

Wrong current behavior No event are fired when subscribed to remoteParticipantObs and a remote participant is connected

OpenVidu tutorial where to replicate the error

OpenVidu deployment info Openvidu deployed on premises using the installation script

Client device info (if applicable)

Screenshots /

Additional context /

CSantosM commented 2 years ago

I think that bug have been fixed on master branch. Have you tested cloning the repo from master?

VaporMontey commented 2 years ago

Hello @CSantosM

Just tried, I've updated the tutorials repo and even build the openvidu-angular npm module from master as you said but the problem persist

CSantosM commented 2 years ago

I've just tested the tutorial pointing to https://demos.openvidu.io and it is working perfectly. The remote participants events are being received properly.

image

VaporMontey commented 2 years ago

Hello @CSantosM,

You are right, the new example seems to be working.

Best regards