-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong SimulcastLayers order for livekit plugin? #248
Comments
idk because i just reference with official demo. did you found somthing different in real use? |
feel free to send a PR to help us improve code.
i dont think its has different between official docker image and source code because its auto build by github action. its maybe others reason |
reference: https://docs.livekit.io/client-sdk-js/interfaces/trackpublishdefaults.html
the description in livekit-client API document says it should be ordered from low quality to high quality, but the code in livekit plugin is the opposite.
code is here: server/plugins/com.msgbyte.livekit/web/plugins/com.msgbyte.livekit/src/components/ActiveRoom.tsx:50
also the hq variable seems always to be false
The text was updated successfully, but these errors were encountered: