From 3ed9ae7098c54c99d82292ecd3a64a438baf5cdc Mon Sep 17 00:00:00 2001 From: Robert Long Date: Mon, 18 Apr 2022 21:59:00 -0700 Subject: [PATCH] Export CallIntent --- src/lib.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.ts b/src/lib.ts index a49eacbc..1ace99b5 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -17,6 +17,7 @@ limitations under the License. export {Platform} from "./platform/web/Platform.js"; export {Client, LoadStatus} from "./matrix/Client.js"; export {RoomStatus} from "./matrix/room/common"; +export {CallIntent} from "./matrix/calls/callEventTypes"; // export main view & view models export {createNavigation, createRouter} from "./domain/navigation/index.js"; export {RootViewModel} from "./domain/RootViewModel.js";