export parseCallNotificationContent and isMyMembership from types (#5132)

This commit is contained in:
Will Hunt
2026-01-09 16:30:17 +00:00
committed by GitHub
parent 841b654c00
commit b1a578f62e
+1 -1
View File
@@ -19,5 +19,5 @@ export * from "./LivekitTransport.ts";
export * from "./MatrixRTCSession.ts";
export * from "./MatrixRTCSessionManager.ts";
export type * from "./types.ts";
export { Status } from "./types.ts";
export { Status, parseCallNotificationContent, isMyMembership } from "./types.ts";
export { MembershipManagerEvent } from "./IMembershipManager.ts";