Host vs Guest
Any number of Guests can join without increasing your CCU bill — you only pay for the single Host instance.
Create a meeting room
Three ways, in order of recommendation.From the dashboard (recommended)
1
Open the Sharing tab
Inside your project, click the Sharing tab.
2
Click 'Create Meeting Room'
Streampixel generates a unique
streamerId and gives you two links — one for the Host, one for Guests.3
Share the links
Send the Host link to whoever runs the app, and the Guest link to viewers.
From a share URL (no SDK)
Generate a uniquestreamerId yourself and append the right query params:
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, video & text chat
Enable chat for Hosts and Guests.
SFU streaming
Create rooms programmatically with the Web SDK.