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.