Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The matrix-video-chat project now uses the new GroupCall class in the matrix-js-sdk. To use this, you need to clone the
robertlong/group-call
branch into the project's parent directory. This is only temporary, but it avoids the trouble of runningnpm link
while developing.You'll also want to make the following change before running
yarn build
in thematrix-js-sdk
directory:In .babelrc
This makes babel output esmodules which vite needs when dealing with linked modules... yeah not ideal I know but it's a temporary workaround.
You can follow the progress of GroupCalls here: matrix-org/matrix-js-sdk#1902
I've tested fairly thoroughly, but there may have been some regressions in this app, if you see them, please file an issue.