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

Merge branch 'develop' into robertlong/group-call

This commit is contained in:
Robert Long
2021-09-15 11:27:59 -07:00
24 changed files with 1108 additions and 999 deletions

View File

@@ -47,12 +47,7 @@ export * from "./crypto/store/memory-crypto-store";
export * from "./crypto/store/indexeddb-crypto-store";
export * from "./content-repo";
export * as ContentHelpers from "./content-helpers";
export {
createNewMatrixCall,
setAudioInput as setMatrixCallAudioInput,
setVideoInput as setMatrixCallVideoInput,
CallType,
} from "./webrtc/call";
export { createNewMatrixCall } from "./webrtc/call";
// expose the underlying request object so different environments can use
// different request libs (e.g. request or browser-request)