Calinteodor
9b798b4514
feat(base/conference): get subject and localSubject from config (#14520)
* feat(base/conference): fixed getting localSubject, subject and parsing url params.
1 rok temu
Saúl Ibarra Corretgé
7ea2b9c8c0
fix(misc) use safeJsonParse from js-utils
1 rok temu
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 lat temu
Robert Pintilii
a22db037c7
ref(TS) Improve TS (#13282)
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2 lat temu
Robert Pintilii
3a2a129f44
ref(TS) Improve TS (#13167)
Fix some errors. Remove @ts-ignores
Convert some files to TS
Remove some eslint-disables
2 lat temu
Robert Pintilii
95084e1004
ref(TS) Convert some base features to TS (#12138)
2 lat temu
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
2 lat temu
Robert Pintilii
69365d7e1f
ref: Convert some files to TS (#11929)
2 lat temu
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 lat temu
Saúl Ibarra Corretgé
162a67fe8b
chore(lint) tame the (uppdated) linter
3 lat temu
damencho
be73ed9d19
fix: Checks all parts while parsing config params.
4 lat temu
damencho
06ce24527e
fix: Escapes some keys when parsing input.
4 lat temu
Hristo Terezov
d388a7bd3c
feat(reload): Preserve local track mute state.
5 lat temu
Leonard Kim
57b9954d9c
fix(api): support params with value of undefined
6 lat temu
Leonard Kim
03f8d8b51a
fix(external_api): detect and skip params for hash routers
6 lat temu
virtuacoplenny
918fb1dfc6
ref(utils): use web reportError helper (#3283)
7 lat temu
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 lat temu
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 lat temu
Lyubo Marinov
e6f6884c36
[RN] Support JSON Web Token (JWT)
Make 'Add jwt module to react' work on mobile.
8 lat temu
Ilya Daynatovich
96b1f0ca74
Create config util
8 lat temu