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

[Element Call] Implement 'ongoing call' UI changes in room list and chat screen #1158

Closed
3 tasks done
Tracked by #1957
jmartinesp opened this issue Aug 28, 2023 · 1 comment
Closed
3 tasks done
Tracked by #1957
Labels
T-Task Refactoring, enabling or disabling functionality, other engineering tasks Z-Element Call

Comments

@jmartinesp
Copy link
Contributor

jmartinesp commented Aug 28, 2023

With matrix-org/matrix-rust-sdk#2411 we can now subscribe to changes in the RoomInfo for a room. This will allow us to keep the screens that use a Room updated with its latest state.

For Element Call, although the designs are still being worked in, this should imply:

  • Tracking some isOngoingCall parameter from RoomInfo (not available when this was written).
  • Adding a create/join call icon button to the chat screen's app bar, and set its state based on this parameter.
  • Same as above, add some indicator to the room list item that an ongoing call is happening in that room.
@jmartinesp jmartinesp added T-Task Refactoring, enabling or disabling functionality, other engineering tasks Z-Element Call labels Aug 28, 2023
@jmartinesp
Copy link
Contributor Author

The first 2 items were done in #1640.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Task Refactoring, enabling or disabling functionality, other engineering tasks Z-Element Call
Projects
None yet
Development

No branches or pull requests

1 participant