Skip to content

Commit

Permalink
feat: basic support for 8x8 jaas (#32)
Browse files Browse the repository at this point in the history
* basic support for 8x8 jaas

* Update src/videoConfProvider.ts

Co-authored-by: Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com>

* Update src/videoConfProvider.ts

Co-authored-by: Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com>

* isFullyConfigured for jaas

* Fix translation keys

* Update app version

* Update app.json

damn

Co-authored-by: Pierre Lehnen <55164754+pierre-lehnen-rc@users.noreply.github.com>

* Update src/JitsiApp.ts

* lint

* fixed settings

* fixed setting onload

* jaas moderator compatibility

---------

Co-authored-by: Debdut Chakraborty <debdutdeb@outlook.com>
  • Loading branch information
pierre-lehnen-rc and debdutdeb authored Jan 17, 2024
1 parent 8c06f51 commit 7d3c134
Show file tree
Hide file tree
Showing 6 changed files with 2,901 additions and 2,094 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "3b387ba9-f57c-44c6-9810-8c0256abd64c",
"version": "2.0.7",
"version": "2.1.0",
"requiredApiVersion": "^1.33.0",
"iconFile": "icon.png",
"author": {
Expand All @@ -13,4 +13,4 @@
"classFile": "src/JitsiApp.ts",
"description": "Jitsi Conference Calls Provider",
"implements": []
}
}
8 changes: 7 additions & 1 deletion i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@
"jitsi_token_auditor": "Token Auditor",
"jitsi_token_auditor_description": "The name of the auditor to use when generating authentication tokens.",
"jitsi_token_expiration": "Token Expiration",
"jitsi_token_expiration_description": ""
"jitsi_token_expiration_description": "",
"jitsi_use_jaas": "Use JaaS (8x8)",
"jitsi_use_jaas_description": "Provided url is obtained from a JaaS provider like 8x8 (8x8.vc)",
"jitsi_jaas_api_key_id": "8x8 API key id",
"jitsi_jaas_api_key_id_description": "",
"jitsi_jaas_private_key": "The private key you downloaded in BASE64 encoded format",
"jitsi_jaas_private_key_description": "Must be in base64 format to preserve the format, use `base64 -i \".pk file\"` to get the base64 string"
}
Loading

0 comments on commit 7d3c134

Please sign in to comment.