Open fkwp opened 2 weeks ago
We have a regression on stopping ongoing call ringing if the other devices meanwhile takes the call:
(same was reported for Element X on Android)
Being discussed here: https://matrix.to/#/!yuFzMhMqKzNFvoLqcJ:one.ems.host/$-5uGJAL-TIJwvkNOVzKgYgaFrviOHC9VPgQ0CPrTbVc?via=matrix.org&via=element.io&via=robin.town
https://github.com/element-hq/element-x-ios/pull/3442 included https://github.com/matrix-org/matrix-rust-sdk/blob/bb55493a47fafb5f45c0e337cb076252d101702a/crates/matrix-sdk-ui/src/room_list_service/mod.rs#L90 which was the necessary fix to get m.call.member state synced into the App.
Now I am wondering if we need something similar for the push notification workers.
None
No response
### Android - [ ] https://github.com/element-hq/element-x-android/pull/3842
### iOS - [ ] https://github.com/element-hq/element-x-ios/pull/3487 - [ ] https://github.com/element-hq/element-x-ios/pull/3488
### Rust
### Other
https://developer.apple.com/forums//thread/767949?answerId=812951022#812951022
Description
We have a regression on stopping ongoing call ringing if the other devices meanwhile takes the call:
(same was reported for Element X on Android)
Acceptance criteria
Leads
Being discussed here: https://matrix.to/#/!yuFzMhMqKzNFvoLqcJ:one.ems.host/$-5uGJAL-TIJwvkNOVzKgYgaFrviOHC9VPgQ0CPrTbVc?via=matrix.org&via=element.io&via=robin.town
https://github.com/element-hq/element-x-ios/pull/3442 included https://github.com/matrix-org/matrix-rust-sdk/blob/bb55493a47fafb5f45c0e337cb076252d101702a/crates/matrix-sdk-ui/src/room_list_service/mod.rs#L90 which was the necessary fix to get m.call.member state synced into the App.
Now I am wondering if we need something similar for the push notification workers.
Size estimate
None
Dependencies
Out of scope
Open questions
No response
Subtasks
Sign-off
Android
iOS