Pass language to Jitsi Widget (#9346)

Signed-off-by: Oliver Sand <oliver.sand@nordeck.net>

Signed-off-by: Oliver Sand <oliver.sand@nordeck.net>
This commit is contained in:
Oliver Sand 2022-10-06 21:19:01 +02:00 committed by GitHub
parent 6356a8c056
commit 9a3ae2398e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 0 deletions

View file

@ -512,6 +512,7 @@ export default class WidgetUtils {
'theme=$theme',
'roomName=$roomName',
`supportsScreensharing=${PlatformPeg.get().supportsJitsiScreensharing()}`,
'language=$org.matrix.msc2873.client_language',
];
if (opts.auth) {
queryStringParts.push(`auth=${opts.auth}`);