Robin
b79133c694
Fix stuck persistence of Jitsi widgets ( #21650 )
...
The hangup event may or may not be handled, so we need to account for
cases where it throws an error.
2022-04-04 07:32:12 -04:00
Robin
aeb6cddc2f
Update video rooms to new design specs ( #21623 )
...
* "Voice room" → "video room"
* Customize Jitsi behavior in video rooms
2022-04-01 11:28:47 -04:00
Robin
6103f4a9d3
Voice rooms prototype ( #21476 )
...
* Document voice rooms labs flag
Signed-off-by: Robin Townsend <robin@robin.town>
* Add join and mute handlers to Jitsi wrapper
Signed-off-by: Robin Townsend <robin@robin.town>
* Document voice rooms labs flag
Signed-off-by: Robin Townsend <robin@robin.town>
* Mark voice rooms as in development
Signed-off-by: Robin Townsend <robin@robin.town>
* ack at the end of widget event handlers
Signed-off-by: Robin Townsend <robin@robin.town>
* Move acks back before suspend points
Signed-off-by: Robin Townsend <robin@robin.town>
2022-03-22 16:14:27 -06:00
Travis Ralston
1384783a77
Update SdkConfig usage to use new translation layer + update config.md docs ( #21429 )
...
* Update SdkConfig usage to use new translation layer
* Appease the linter
* WIP refactor of config documentation
* Finish re-writing config.md
* Update surrounding documentation
* Apply suggestions from code review
Co-authored-by: Germain <germains@element.io>
* Textual updates
Co-authored-by: Germain <germains@element.io>
2022-03-18 10:12:44 -06:00
Travis Ralston
65adc3ba93
Add a config.json option to skip the built-in Jitsi welcome screen ( #21190 )
...
* Add a config.json option to skip the built-in Jitsi welcome screen
Stop-gap for https://github.com/vector-im/element-web/issues/20503
* Spelling
2022-02-28 11:02:03 -07:00
Kerry
85012b287f
Persist jitsi only after meeting is joined ( #20638 )
...
* persist jitsi only after meeting is joined
Signed-off-by: Kerry Archibald <kerrya@element.io>
* lint + comment
2022-01-20 09:51:14 +01:00
James Salter
9e1f393224
Ensure group audio-only calls don't switch on the webcam on join ( #20234 )
...
Pass isAudioOnly flag to jitsi SDK
2021-12-17 19:54:57 +11:00
Aaron R
df84c48d73
Fix imports to work with new lint rules ( #19532 )
...
* Add eslint-plugin-import
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Autofix + move comments manually
Signed-off-by: Aaron Raimist <aaron@raim.ist>
* Manual fix
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2021-12-09 15:57:46 -07:00
Dariusz Niemczyk
85a81af1da
Replace console.warn with logger.warn
...
Related https://github.com/vector-im/element-web/issues/18425
2021-10-19 10:14:31 +02:00
Dariusz Niemczyk
dc9f77a509
Replace console.log with logger.log
...
Related https://github.com/vector-im/element-web/issues/18425
2021-10-19 10:14:31 +02:00
Dariusz Niemczyk
db01bfc0fd
Replace console.error with logger.error
...
Related https://github.com/vector-im/element-web/issues/18425
2021-10-19 10:14:31 +02:00
Michael Telatynski
c7a935777d
Fix the jitsi qs parsing, as the `?` after `#` here is optional, unlike in EW
2021-07-16 19:37:48 +01:00
Michael Telatynski
b03b4582c0
Merge branch 'develop' of github.com:vector-im/element-web into t3chguy/querystring
...
Conflicts:
package.json
src/@types/global.d.ts
src/vector/app.tsx
src/vector/jitsi/index.ts
src/vector/platform/WebPlatform.ts
yarn.lock
2021-07-16 12:45:37 +01:00
J. Ryan Stinnett
491b179971
Auto-fix lint errors
2021-06-30 13:28:31 +01:00
David Baker
b910fcd38a
Add option for audio live streaming
...
Starts jitsi streaming to a specially configured URL so that the
jitsi server can start an audio-only stream, in combination with an
API to manage audio streams by room ID.
2021-03-04 18:00:55 +00:00
Travis Ralston
c67951f254
Jitsi widget: Read room name from query parameters
...
This is an aesthetic change to the Jitsi widget and has no bearing on the widget's functionality.
Paired with https://github.com/matrix-org/matrix-react-sdk/pull/5649
2021-02-15 08:54:56 -07:00
Travis Ralston
5cb323feed
Supply server_name for optional federation-capable Jitsi auth
...
See https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification/pull/3
2021-01-19 10:23:23 -07:00
J. Ryan Stinnett
d05c022d4f
Rebrand some GitHub links
2020-11-25 14:16:55 +00:00
Michael Telatynski
7c895bd8c0
Fix theme variable handling with invalid values
2020-10-27 11:26:41 +00:00
Michael Telatynski
593a56e2d7
Jitsi accept theme variable and restyle
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-10-19 19:40:53 +01:00
J. Ryan Stinnett
dfb1579625
Adjust for new widget messaging APIs
...
As part of changing to the `events` package, the API surface changed slightly.
Related to https://github.com/vector-im/element-web/issues/15493
2020-10-19 16:43:55 +01:00
Travis Ralston
917a85ead9
Don't fatally end the Jitsi widget when it's not being used as a widget
2020-10-14 16:16:08 -06:00
Travis Ralston
9cb823b210
Fix join button
2020-10-01 09:59:13 -06:00
Travis Ralston
cdf9547220
Appease the linter
2020-09-30 20:51:31 -06:00
Travis Ralston
7b93c56bd0
Fix custom hangup button
2020-09-30 20:09:42 -06:00
Travis Ralston
c56368cdbb
Fix hangup button handler
2020-09-29 13:20:16 -06:00
Travis Ralston
15a8ee6663
Merge branch 'develop' into travis/widget-api
2020-09-29 13:17:18 -06:00
Travis Ralston
82749c3de3
Fix Jitsi for new widget-api
2020-09-24 13:25:59 -06:00
Travis Ralston
c7617c2538
Fix bad merge
2020-09-22 09:01:55 -06:00
Travis Ralston
465a2ce314
Merge branch 'develop' into travis/widget-api
2020-09-22 09:00:48 -06:00
Travis Ralston
05d5e3f680
Remove debugging
2020-09-17 14:59:43 -06:00
Travis Ralston
737fa7dca5
Jitsi widget wrapper updates for hangup button
...
See https://github.com/matrix-org/matrix-react-sdk/pull/5223
2020-09-16 14:39:40 -06:00
Jason Robinson
7018a498a7
Quieten some IDE warnings
2020-09-08 12:52:17 +03:00
Jason Robinson
579650a1dd
Move most of the OpenID token flow to WidgetAPI
2020-09-08 12:50:53 +03:00
Jason Robinson
a7abd8599e
More usage of constants
2020-09-08 11:44:11 +03:00
Jason Robinson
3309b2ec55
Block on matrix-org/matrix-react-sdk#5172
...
And shuffle code around a bit.
2020-09-08 11:37:50 +03:00
Jason Robinson
151dd5709c
Fix import
...
Co-authored-by: Travis Ralston <travpc@gmail.com>
2020-09-08 11:32:09 +03:00
Jason Robinson
21c862fe2b
Remove console.log
2020-09-07 20:47:07 +03:00
Jason Robinson
3b434a70d2
Fix typo
2020-09-07 20:36:26 +03:00
Jason Robinson
acfd7252bd
Remove todo
2020-09-07 20:26:05 +03:00
Jason Robinson
4164df647c
Improve error messsage of Jitsi widget
...
If openidtoken request fails, show
an error. Also render error a bit nicer
in generic widget load errors.
2020-09-07 19:51:16 +03:00
Jason Robinson
2205f0611e
Add some links to the openidtoken-jwt spec
2020-09-07 19:25:44 +03:00
Jason Robinson
0410a6b3be
Use Jitsi domain in the JWT issuer
2020-09-07 19:23:36 +03:00
Jason Robinson
8534328921
Implement OpenID token fetch from Jitsi widget
...
Using MSC1960 to fetch an OpenID token via postmessage API. This is needed
for Jitsi openidtoken-jwt auth.
2020-09-07 18:10:19 +03:00
Travis Ralston
2fa8b0f8b2
Make the types happy
2020-09-04 22:02:18 -06:00
Travis Ralston
69745bbd40
Switch to using the Widget API SDK for Jitsi widgets
2020-09-04 21:55:50 -06:00
Jason Robinson
5108697ac8
Add support for Jitsi openidtoken-jwt auth
...
If the widget URL specifies this auth, generate a JWT token
containing the info needed by the Jitsi backend.
2020-09-04 13:14:52 +03:00
Jorik Schellekens
9bb1f99bd9
Confiure eslint package and fix lint issues
2020-07-21 11:30:28 +01:00
J. Ryan Stinnett
ffab08bd60
Update various brand instances in code
2020-07-13 17:32:17 +01:00
Michael Telatynski
8fdb41412f
Use URLSearchParams instead of transitive dependency `querystring`
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-04-12 01:45:58 +01:00