You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aRoom
updated with its latest state.For Element Call, although the designs are still being worked in, this should imply:
isOngoingCall
parameter fromRoomInfo
(not available when this was written).The text was updated successfully, but these errors were encountered: