refactor widget hangup procedure

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2023-10-30 15:30:33 +01:00
parent 9c449c8de6
commit b9b2a1b104
3 changed files with 19 additions and 22 deletions

View File

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