damencho
6452c998a2
fix: Parse/decode the URL params before constructing the url.
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.
1 年之前
damencho
47598222ce
fix: Fixes parsing hash params to be passed to tokenAuthUrl.
The URL.hash returns the # sign, and so we always ignore the first parameter.
1 年之前
Calin-Teodor
b09574f62f
feat(authentication): group config options inside an object param
1 年之前
Calin-Teodor
8cdde88049
feat(authentication): used config for control over joining audio/video mute/unmute
1 年之前
Calinteodor
27792b0be4
ref(authentication): handle joining in low bandwidth mode (#14032)
ref(authentication): handle joining in low bandwidth mode
1 年之前
damencho
144c1ce4f4
fix: Fixes passing the hash params in state for token auth URL.
2 年之前
damencho
7ccd68eb18
feat: Introduces passing state to the token authUrl.
Fixes jitsi/jitsi-meet-electron#902 .
2 年之前