-
Notifications
You must be signed in to change notification settings - Fork 123
Allow multiple MatrixRTC sessions per room #3451
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
Conversation
…essionDescriptions)
yarn.lock
Outdated
@@ -7537,7 +7537,7 @@ __metadata: | |||
livekit-client: "npm:^2.13.0" | |||
lodash-es: "npm:^4.17.21" | |||
loglevel: "npm:^1.9.1" | |||
matrix-js-sdk: "github:matrix-org/matrix-js-sdk#head=develop" | |||
matrix-js-sdk: "github:matrix-org/matrix-js-sdk#7a93d2bf150e9f84bc6397b18cf5f92cc0c78b8b" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make sure to reset this to head=develop
once the matrix-js-sdk PR is merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense -- we can do that once matrix-org/matrix-js-sdk#4945 is merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
matrix-org/matrix-js-sdk#4945 is merged and I updated the package.json
Signed-off-by: Timo K <[email protected]>
I took over the last js-sdk bump for this PR: 8a71883 |
Currently pointing js-sdk to PR allow for the new state key string-packing format
Allow new state key string-packing format for widget mode
Double-check that Element Call v0.15.0 is shipped alongside with or after sdk changes of the Messenger Apps
_m.call
suffix element-web#30566callMembershipsForRoom
matrix-org/matrix-js-sdk#4960