Add managed hybrid call widgets when supported

If your homeserver is configured with an experiment `widget_build_url`, this
will take over the functionality of the call buttons and turn them into a
general widget installer.
This commit is contained in:
J. Ryan Stinnett 2021-01-29 14:26:33 +00:00
parent 241955f7c2
commit 2c313e0c5e
5 changed files with 131 additions and 2 deletions

View file

@ -41,7 +41,7 @@ export enum Container {
// are only two containers, and that only the top container is special.
}
interface IStoredLayout {
export interface IStoredLayout {
// Where to store the widget. Required.
container: Container;