Fix the initialization of the (external) API
The counterpart of the external API in the Jitsi Meet Web app uses the search URL param jwt to heuristically detect that the Web app is very likely embedded (as an iframe) and, consequently, needs to forcefully enable itself. It was looking at whether there was a JSON Web Token (JWT) but that logic got broken when the JWT support was rewritten because the check started happening before the search URL param jwt was parsed.
This commit is contained in:
committed by
hristoterezov
parent
69f8cf7836
commit
320e67baa1
@@ -3,7 +3,7 @@
|
||||
/**
|
||||
* Parses the parameters from the URL and returns them as a JS object.
|
||||
*
|
||||
* @param {string} url - URL to parse.
|
||||
* @param {string} url - The URL to parse.
|
||||
* @param {boolean} dontParse - If false or undefined some transformations
|
||||
* (for parsing the value as JSON) are going to be executed.
|
||||
* @param {string} source - Values - "hash"/"search" if "search" the parameters
|
||||
|
||||
Reference in New Issue
Block a user