jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
21.81k stars 6.52k forks source link

fix: Parse/decode the URL params before constructing the url. #14677

Closed damencho closed 3 weeks ago

damencho commented 3 weeks ago

Fixes #14672.

When passing url param config.subject="Example%20Title" we will send config.subject%22%3A%22%2522Example%2520Title%2522%22 which is double quotes.