Emanuele Tidó

Results 5 comments of Emanuele Tidó

@sanisloandras you save my day

I'm running the master branch for the livekit-server and the livekit-android 0.8.1. If I run the client-sdk-android main branch I get a websocket failure: null java.io.EOFException when the second device...

is returned as Track.Source.UNKNOWN. As a workaround I fixed the problem like this: `if (publication.source == Track.Source.CAMERA || publication.source == Track.Source.UNKNOWN)`

visually was everything ok inside the recyclerView items, just the video was missed. To reproduce the behavior you need to run the livekit-android 0.8.1 with two android devices. Regarding thea...

not able to reproduce the issue anymore with the same devices. This was an error related to the livekit-android 0.8.1 version and the demo implementation. The camera in the demo...