Merge pull request #339 from robintown/room-avatars

Display room avatars
This commit is contained in:
Robin
2022-05-19 10:46:24 -04:00
committed by GitHub
12 changed files with 112 additions and 63 deletions

View File

@@ -66,12 +66,7 @@ export function VideoPreview({
{localVideoMuted && (
<div className={styles.avatarContainer}>
<Avatar
style={{
width: avatarSize,
height: avatarSize,
borderRadius: avatarSize,
fontSize: Math.round(avatarSize / 2),
}}
size={avatarSize}
src={avatarUrl}
fallback={displayName.slice(0, 1).toUpperCase()}
/>