This message was deleted.
# helpdesk
s
This message was deleted.
a
Ahhhhhhh Android device compatibility 😖 @eager-raincoat-52616 when you’re online I think this one’s yours
e
Hey @eager-dentist-81563, would you be able to get logs from an affected device with debug logs turned on?
e
Yes, certainly, will do. Thanks so much. To be sure I understand correctly, that would be done the way it’s done here? https://github.com/livekit/client-sdk-react-native/blob/main/example/index.tsx#L11
e
Yeap
🙏 1
e
Hey @eager-raincoat-52616 finally managed to get my hands on a replicatable device (Redmi/Android 10). I ran on my local machine in dev mode. Here’s a gist with logs: https://gist.github.com/sruli/1d4429acfc8e99947f006a62196ae9b3
e
@eager-dentist-81563 for these devices, are the camera streams viewable locally?
e
@eager-raincoat-52616 yes
e
weird. would it be possible to get server logs during when this happens?
e
We’re on Livekit cloud. Would it help if I gave you the session id?
e
yeah, that’ll work, estimated timestamp as well
e
Here’s an example: session id: RM_ndRDjMCCSXrR timestamp: 12/27/22 08:51 PM GMT + 2 (10:51 am Pacific)
In that example, there are 3 participants. One of them has 2 published tracks (camera + mic). The other 2 only published mic.
Here’s one more I just did locally: Session id: RM_oKWtiudzbmTu Timestamp: 12/27/22 9:43 PM GMT +2 (11:43 am Pacific)
On participant has 2 published tracks (video + mic) and the other has 1 published track (just mic)
e
can you test trying turning off simulcast with
Copy code
new Room({
        publishDefaults: { simulcast: false },
 })
e
yep
lemme do that now
it works 🙂
e
nice! hopefully that fixes for the other devices as well
simulcast is still in progress for react-native; I’ll make a note in our readme
e
aha, amazing
thanks so much for your help!
e
thanks for the find 😅
e
it’s getting late here. I’ll get out a new build tomorrow. I’d imagine this should do the trick 🙏
@eager-raincoat-52616 would simulcast need to be
false
for all participants in the room? Or can it be
false
for Android users and
true
for iOS? Just thinking, in terms of how to test/release this, if we need to make sure all users have the same app version.
e
It just needs to be false for the affected devices
e
amazing, thanks 🙏