VideoconferenceComponent "onParticipantLeft" event doesn't fire

Hi all,
I’m trying to know when a participant leave the room, however the event mentioned in the object of this topic doesn’t fire and I can’t even see the log in the browser console.
I leave my code below, but I thing it hasn’t nothing wrong with it.

image

Could you take a look please?
Cheers, Matteo.

PS: Could it be that the problem is that I’m using a customized leave session button?

Hi Matteo,

Have you checked if using the default button, the event is fired?

On my side (with default leave button) the event works as expected

Indeed, when using a custom button, the event was not being broadcast. This is now fixed and can be tested using version 3.2.0-dev13 with npm i openvidu-components-angular@dev

Thank you!

1 Like