OpenVidu / openvidu-tutorials

OpenVidu tutorials to get started
http://openvidu.io/tutorials
Apache License 2.0
228 stars 255 forks source link

Android client receive 2 connections for every remote participant. #143

Closed jaswant0605 closed 3 years ago

jaswant0605 commented 3 years ago

I've been working with the android client and found out that the websocket event for new participant joined triggers twice for every new participant joining. Both has different connection IDs If the first remote connection clientData is "jaswant" the second is "jaswant_SCREEN".

Does anyone know how to resolve this?

CSantosM commented 3 years ago

Hi @jaswant0605 ,

Im pretty sure that you are using the OpenVidu Call for your tests. If you use another demo like basic webinar you won't see this behaviour.

This is not a bug with openvidu-android tutorial, it is simply OpenVidu Call app behaviour