Block a user
fix: mobile room chat header layout
fix: mobile room chat header layout
I gave this a shot and came up with 339bb1afaceeb9b61f5aa7223490e4faf8bc86d5, seems like a pretty simple change. Look ok to you? I didn't add the space icon as in the mockup, so that could be…
fix(video): restyle spotlight pin button on video tiles
Purple video pin is kind of ugly
chore: show call participant mute and camera-off state
Show when a call participant is muted
chore: show call participant mute and camera-off state
Put the type annotation on the map, not the writable (to avoid redundant Map type)
chore: show call participant mute and camera-off state
We already loop over this, I don't see how this code will ever add a video tile?
chore: show call participant mute and camera-off state
Could be simplified as m => new Map([...m].filter(nthEq(0, identity)). Same thing below. No need to guard changes, update triggers regardless.
chore: show call participant mute and camera-off state
These two stores seem redundant, I bet you could refactor pubkeyMap to mediaState instead of keep track of things separately
chore: show call participant mute and camera-off state
While we're at it, I think the unmuted state should not be primary colored.