Show a dialog when Jitsi encounters an error (#8701)

* Show a dialog when Jitsi encounters an error

* Capitalize 'Meet'

* Revise copy to not mention Jitsi
This commit is contained in:
Robin 2022-05-26 10:14:13 -04:00 committed by GitHub
parent 655bca63e6
commit 0d1bb3bd9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 1 deletions

View file

@ -36,6 +36,12 @@ export enum ElementWidgetActions {
ViewRoom = "io.element.view_room",
}
export interface IHangupCallApiRequest extends IWidgetApiRequest {
data: {
errorMessage?: string;
};
}
/**
* @deprecated Use MSC2931 instead
*/