This message was deleted.
# helpdesk
s
This message was deleted.
f
@bright-tiger-35509 Which SDK is this?
b
js sdk 1.5.0
f
cc: @polite-kilobyte-67570. @bright-tiger-35509 We do have tests that sets the quality explicitly and ensures that the desired quality is received. It should take effect within a few hundred ms. Are you seeing that it does not take effect at all? Which version of server are you using?
b
No, it doesnt take effect at all, I am using livekit cloud
p
is
adaptiveStream
disabled explicitly?
b
yes, disabled
p
can you share your livekit-client debug-level logs of the 1s pre and 2s post attempted layer switch?
b
okay
I am using
@livekit/react-components
there is no option to set loglevel in roomOptions. @polite-kilobyte-67570
p
you will have
livekit-client
installed as well (as a peer dependency) you can just
import {setLogLevel} from 'livekit-client'
b
@polite-kilobyte-67570
In the above log , there is one screenshare track also In this log , there is no screenshare track , only camera track, for better debug @polite-kilobyte-67570
p
thanks! Unfortunately I don’t see anything out of the ordinary there right away.
b
You can try and reproduce it as well. There is definitely some issue here.
using latest version of js client
and livekit cloud
p
will try to reproduce, which browsers are you seeing this with (including version) for both publisher and subscriber?
b
Publisher and Subscriber - Google Chrome Version 108.0.5359.124 (Official Build) (arm64)
👌 1
It was working as expected a month back, before I went on holidays 🙂
p
Just tried to reproduce on cloud with the sample app in the
client-sdk-js
repo. Steps taken • disable
adaptiveStream
• once two participants are connected, switch between different`PreferredQuality` settings => Quality updates accordingly on the subscriber side.
b
my publisher only publishes 1 simulcast stream , original is
VideoPresets43.h480
and simulcast layer is
VideoPresets43.h240
autoSubscribe is also disabled, I subscribe to tracks as and when required
Can this cause any problem? I subscribe and in the next line i set the video quality.
p
Yeah, I think you’re right, that it might be connected to
autoSubscribe
being off. We were able to reproduce it and updated cloud. Could you try again now to see if it works?
b
Yes @polite-kilobyte-67570 I can see the issue seems to be fixed now.
👌 1
Thanks @polite-kilobyte-67570