Calinteodor
9b798b4514
feat(base/conference): get subject and localSubject from config (#14520)
* feat(base/conference): fixed getting localSubject, subject and parsing url params.
1 year ago
Saúl Ibarra Corretgé
7ea2b9c8c0
fix(misc) use safeJsonParse from js-utils
1 year ago
Horatiu Muresan
d608cf40f5
fix(prejoin) Check for valid url for prejoin (#13468)
- `getPropertyValue` calls `parseUrlParam` with the connection URL from store, which is not yet defined
2 years ago
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2 years ago
Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
2 years ago
Robert Pintilii
95084e1004
ref(TS) Convert some base features to TS (#12138)
2 years ago
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 years ago
Robert Pintilii
69365d7e1f
ref: Convert some files to TS (#11929)
2 years ago
Saúl Ibarra Corretgé
2c5b132483
fix(util) fix parsing strings in parseURLParams
After https://github.com/jitsi/jitsi-meet/pull/11607 we might call it
with a string. Be nice and accept that in addition to URL objects.
3 years ago
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
3 years ago
damencho
be73ed9d19
fix: Checks all parts while parsing config params.
4 years ago
damencho
06ce24527e
fix: Escapes some keys when parsing input.
4 years ago
Hristo Terezov
d388a7bd3c
feat(reload): Preserve local track mute state.
5 years ago
Leonard Kim
57b9954d9c
fix(api): support params with value of undefined
6 years ago
Leonard Kim
03f8d8b51a
fix(external_api): detect and skip params for hash routers
6 years ago
virtuacoplenny
918fb1dfc6
ref(utils): use web reportError helper (#3283)
7 years ago
Lyubo Marinov
e542af28a2
[RN] Converge with Web's ExternalAPI a bit
Web's ExternalAPI accepts an object with properties as one of its
constructor arguments and from which it generated a URL. Mobile's
JitsiMeetView.loadURLObject is supposed to accept pretty much the same
object.
8 years ago
Lyubo Marinov
320e67baa1
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.
8 years ago
Lyubo Marinov
e6f6884c36
[RN] Support JSON Web Token (JWT)
Make 'Add jwt module to react' work on mobile.
8 years ago
Ilya Daynatovich
96b1f0ca74
Create config util
8 years ago