mirror of
https://github.com/element-hq/element-call.git
synced 2026-04-28 04:06:04 +00:00
ee1dd2293e
We were waiting for the group call event handler to process the room, but only if we couldn't get the room from the client - if getRoom returned a room, we just wouldn't wait. This just uses promises rather than an event to wait for the room to be ready. Requires https://github.com/matrix-org/matrix-js-sdk/pull/2641