Customizing meetings/rooms
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 meeting or room URL when embedding it 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 meeting with the name - Simon and Terms of Service accepted:
Example
https://subdomain.meedio.me/meetings/id?name=Simon&tosAccepted=true
URL parameters
URL parameter | Description |
---|---|
?minimal |
Applies a minimal UI. Turns off all controls except for cam and mic. |
?name=* |
Prefill name of the participant. |
?tosAccepted=true |
Marks the Terms of Service checkmark. |
?autoRequest=true |
Automatically requests the permissions (video and audio). |
?autoJoin=true |
You'll be joined to the meeting automatically, if following conditions are met: Terms of Service are accepted and camera permissions are set. |
?video=<off | hidden> |
Off - turns off the local video feed, hidden - hides the camera button. |
?audio=<off | hidden> |
Off - turns off the local audio feed, hidden - hides the microphone button. |
?screenshare=<on | off> |
Hides or shows the screenshare button. |
?logo=<on | off> |
Hides or shows the Meedio logo. |
?timer=<on | off> |
Hides or shows the timer. |
?title=<on | off> |
Hides or shows the title. |
?settingsButton=off |
Hides the settings button. |
?shareButton=off |
Hides the share meeting/room button |
?help=off |
Hides the help link. |
?tosVisible=off |
Hides guest Terms of Service checkbox and text. |
?floatSelf |
Enables participant's local view to be draggable. |
?font=Source Sans Pro |
Enables a custom font for the application. |
?theme=<light | dark> |
Enabled light or dark theme for the application. |
?hangup=<hidden | click | confirm> |
"confirm"- (default) toggles modal, "click"- ends the meeting immediately, "hidden"- hides end call button. |
?nameVisibility=<show | edit | hidden> |
Hides, shows, or let's edit guest's name. |