matrix-dimension/web
Andrew Morgan 8041c07a68 Add API backend
This commit adds the join API endpoint that will be used by the widget
to transform a greenlight URL to a BigBlueButton meeting URL.

The full flow is defined within the code itself, but it roughly boils
down to taking a greenlight URL that the user pastes it, sending it to
Dimension, Dimension making some API calls to greenlight to "join" the
meeting and retrieving a join link, before passing that back down to the
client to load.

Unfortunately, while BigBlueButton's server has a nice API, it's useless
to us if all we have is a greenlight link, so we need to do this hacky
route instead.
2020-07-23 23:36:48 +02:00
..
app Add API backend 2020-07-23 23:36:48 +02:00
public Add BigBlueButton widget to integration manager 2020-07-23 23:14:31 +02:00
style Add BigBlueButton widget to integration manager 2020-07-23 23:14:31 +02:00
main.ts Make the build happy again 2017-08-26 23:26:00 -06:00
polyfills.ts Format web code 2019-07-10 22:17:16 -06:00
vendor.ts Remove legacy @angular/http package 2019-07-01 20:48:55 -06:00