1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Export group call enums

This commit is contained in:
Robert Long
2021-09-29 14:35:42 -07:00
parent 1e65bfd316
commit 137fd2bd40

View File

@@ -48,6 +48,12 @@ export * from "./crypto/store/indexeddb-crypto-store";
export * from "./content-repo";
export * as ContentHelpers from "./content-helpers";
export { createNewMatrixCall } from "./webrtc/call";
export {
GroupCallEvent,
GroupCallIntent,
GroupCallState,
GroupCallType,
} from "./webrtc/groupCall";
// expose the underlying request object so different environments can use
// different request libs (e.g. request or browser-request)