Skip to content

Meet: Improvements using participant tiles#273

Open
MaxHeimbrock wants to merge 12 commits intomainfrom
max/meet-tile-improvements
Open

Meet: Improvements using participant tiles#273
MaxHeimbrock wants to merge 12 commits intomainfrom
max/meet-tile-improvements

Conversation

@MaxHeimbrock
Copy link
Copy Markdown
Contributor

@MaxHeimbrock MaxHeimbrock commented May 6, 2026

Background

We had a very limited UI in the Meet example. This uses a tile prefab with placeholder image for video mute, icon for microphone mute, and displays the participants identity. Cropped videos with black bars (Letterbox) to keep original aspect ratio, which made videos very small. Now crop with fill method.

Changes

  • Adds ParticipantTile.cs
  • Adds ParticipantTile.prefab
  • Participants joining without camera get a placeholder icon
  • Participants name is displayed
  • Participants microphone mute state is displayed via icon
  • Video is cropped by fill method
  • Front facing camera is preferred
  • Camera permission is triggered when local camera is enabled

Before

Participants without video are not shown. No mic state, no name displayed.
IMG_0013

After

Screenshot 2026-05-06 at 14 16 52

@MaxHeimbrock MaxHeimbrock force-pushed the max/meet-tile-improvements branch from fb8495a to 0f3215b Compare May 6, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant