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:
parent
655bca63e6
commit
0d1bb3bd9a
3 changed files with 27 additions and 1 deletions
|
@ -36,6 +36,12 @@ export enum ElementWidgetActions {
|
|||
ViewRoom = "io.element.view_room",
|
||||
}
|
||||
|
||||
export interface IHangupCallApiRequest extends IWidgetApiRequest {
|
||||
data: {
|
||||
errorMessage?: string;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use MSC2931 instead
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue