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:
parent
241955f7c2
commit
2c313e0c5e
5 changed files with 131 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue