Audio dropped when someone leave

Hi team, I am developing an app that can force someone to publish their camera.

Assuming we have 1 participant who has MODERATOR role, and the other are PUBLISHER. The Moderator is able to force someone to publish their camera using signal method, and the good news is, it works.

Another ability is that Moderator is able to force unpublish the Publisher. I am using forceUnpublish method, and it works. When the Publisher dropped by Moderator, the Publisher is still able to see Moderator. However, the issue come. The Publisher is not able to hear Moderator at all. The Publisher is still able to see Moderator.

Do you think it is caused by OpenVidu library?

Thanks.

Hi @franziz , thanks for use OpenVidu.

If I’ve not misunderstood, when a publisher is dropped by the Moderatos using session.forzeUnpublish or session.unpublish methods, the publisher can’t hear to Moderator. but he can see him.

We’ve not experimented this kind of bugs with openvidu-browser library so we would tell you that this bug may be in your application.

Have you checked that your app logic is doing the things right?
Browser logs could help.