This message was deleted.
# announcements
s
This message was deleted.
d
I assume you are running this on your dev machine? are you using the latest versions of client & server SDKs?
c
@dry-elephant-14928 I am also experiencing the same issue, I am using the demo https://example.livekit.io/#/ as the other client but there is no getting the video or audio from my app. In my app i tried to get the video from
RemotePaticipant
Demo as shown below but i got no
track
from the demo
Copy code
export const renderParticipantOnJoined= (participant, ref) => {
    const cameraPub = participant.getTrack(Track.Source.Camera);
    const micPub = participant.getTrack(Track.Source.Microphone);

    //cameraPub.track.attach(ref.current). //this  break
    // micPub.track.attach(ref.current)

      //No track found
     console.log(micPub.audioTrack ,cameraPub )

  }
I am using the version 0.15.4 ``````
I started my docker and is working
g
Here are the logs from the two phones: Xiaomi enters the room first, then Samsung. At 160459.527, Xiaomi starts reporting disconnect messages. https://paste.gg/p/anonymous/ddd1c2c1ac8e4b3aaefb6ef01a939773 The same happens when the clients enter in the opposite order. Android client past v0.8.1 (commit
7623f1
), latest server (image id
abcbfd7d6ee9
)