Fix not hanging up when using the close button (EXA EXI) (#1840)

---------

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo
2023-10-30 17:30:30 +01:00
committed by GitHub
parent 5f98d69557
commit 441ad5bf2c
3 changed files with 21 additions and 15 deletions

View File

@@ -57,7 +57,7 @@ export interface ScreenshareStartData {
desktopCapturerSourceId: string;
}
interface WidgetHelpers {
export interface WidgetHelpers {
api: WidgetApi;
lazyActions: LazyEventEmitter;
client: Promise<MatrixClient>;