Robin
Robin
We can use the `keepAlive` capability of the `fetch` API to make this more reliable
@somerandomguy24 That appears to be a separate issue, which is tracked at https://github.com/vector-im/element-call/issues/396
This is probably also due to https://bugs.chromium.org/p/chromium/issues/detail?id=642785
> We could perhaps just automatically start a group call if we don't find a group call in it This is what happens now, as of https://github.com/vector-im/element-call/pull/471
Likely duplicate of https://github.com/vector-im/element-call/issues/211
From what I can tell, there appears to be infinite recursion between MediaHandler and useMediaHandler with resistFingerprinting enabled, with useMediaHandler repeatedly calling `setMediaInputs`, and that repeatedly emitting a `LocalStreamsChanged` event....
Nope, this is simply a bug on our end
Safari reportedly has issues with `vh` and/or `vw` units, so that's probably related. There's some other unit we should be using for Safari.
> Should we change it so that you have to release whatever you pressed / clicked / held originally in order to stop speaking? That sounds fine, I think I...