Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to matrix-js-sdk GroupCall #27

Merged
merged 3 commits into from
Sep 10, 2021
Merged

Conversation

robertlong
Copy link
Contributor

@robertlong robertlong commented Sep 10, 2021

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 running npm link while developing.

You'll also want to make the following change before running yarn build in the matrix-js-sdk directory:

In .babelrc

"modules": "commonjs" -> "modules": false

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.

@robertlong robertlong merged commit b50e3cb into main Sep 10, 2021
@daniel-abramov daniel-abramov deleted the feature/update-matrix-sdk branch July 19, 2023 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant