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

Add initial group call logic

This commit is contained in:
Robert Long
2021-09-08 13:27:38 -07:00
parent 60e168806d
commit 4fe115b2c4
5 changed files with 802 additions and 6 deletions

View File

@@ -51,6 +51,7 @@ export {
createNewMatrixCall,
setAudioInput as setMatrixCallAudioInput,
setVideoInput as setMatrixCallVideoInput,
CallType,
} from "./webrtc/call";
// TODO: This export is temporary and is only used for the local call feed for conference calls