Using URL parameters
With Whereby Embedded you can use URL parameters to customize the meeting experience for your users. It’s possible for each participant in a meeting to have different parameter combinations.
URL parameters are added to the
roomURL
when embedding a room in your web page or app.Several parameters can be combined by using the ampersand symbol (&). For instance, the following URL parameters would open the room with the screenshare and people buttons hidden:
https://subdomain.whereby.com/room?screenshare=off&people=off
URL Parameter | Description |
---|---|
Applies a minimal UI. Turns off all controls except for cam and mic. | |
Participant joins the room with camera turned off. | |
Participant joins the room with microphone turned off. | |
|