This message was deleted.
# helpdesk
s
This message was deleted.
f
Client: https://github.com/livekit/client-sdk-js/commit/f9c9d9243e5810ce8ca680f89f7c9fa8c56f5641 Browser: Google Chrome 114.0.5735.90 Server: v1.4.3 with VP9 config 👇
Copy code
room:
  enabled_codecs:
    - mime: audio/opus
    - mime: video/vp8
    - mime: video/vp9
    - mime: video/av1
I have a LiveKit sample app that is launched with
yarn sample
, and when I set it to use VP9 and share the screen, it doesn't show the screen properly.
d
Hey @full-magician-55502 there's a bug in VP9 due to a change in Chrome 113. We are fixing it and will push an update soon.
the fix will be in the next version of JS SDK.
f
Thanks for letting me know. I'm waiting for the update.