A Meeting Room lets one Host stream an Unreal session to many Guest viewers. Only the Host runs the application, so all viewers see exactly the same thing in real time. Use it for demos, design reviews, training, and remote support.Documentation Index
Fetch the complete documentation index at: https://docs.streampixel.io/llms.txt
Use this file to discover all available pages before exploring further.
Host vs Guest
| Role | Runs the app | Controls input | Voice/text chat | CCU charged |
|---|---|---|---|---|
| Host | Yes | Yes | Optional | 1 CCU |
| Guest | No | No | Optional | 0 CCU |
Create a meeting room
Three ways, in order of recommendation.From the dashboard (recommended)
Click 'Create Meeting Room'
Streampixel generates a unique
streamerId and gives you two links — one for the Host, one for Guests.From a share URL (no SDK)
Generate a uniquestreamerId yourself and append the right query params:
| Parameter | Required for | Value |
|---|---|---|
streamerId | Both | Any unique string (UUID recommended) |
sfuHost | Host link | true |
sfuPlayer | Guest link | true |
From the Web SDK
For programmatic control, see SFU streaming.The one rule about streamerId
Every participant — Host and all Guests — must use the exact samestreamerId. Different IDs = different rooms = no one sees each other.
Embedding
Meeting Room links work in iframes the same way regular share links do. See Iframe integration.Next
Voice & text chat
Enable chat for Hosts and Guests.
SFU streaming
Create rooms programmatically with the Web SDK.