Presenter URL Customization

For a saved, responsive arrangement of video, buttons, notes, and branding, use Room Designer. URL parameters can override parts of that saved appearance for one shared link.
The presenter view can be customized using URL query parameters. This is useful for white-labeling, branding, or creating a minimal screen-share-only display.
URL Structure
https://www.cliqer.pro/{room}/{presenter}?{parameters}| Segment | Description | Required |
|---|---|---|
room | 6-digit room code | Yes |
presenter | Presenter name (displayed in host app) | No |
parameters | Query string for customization | No |
Query Parameters
primaryColour
Sets the color of navigation arrows and interactive elements.
- Type: Hex color (without
#) - Default:
60C5A8(Cliqer teal)
?primaryColour=FF5733
secondaryColour
Sets the background color of navigation buttons.
- Type: Hex color (without
#) - Default:
003030(dark teal)
?secondaryColour=1a1a2e
screenonly
Displays only the screen share stream without UI controls, arrows, or branding. Useful for embedding or secondary displays.
- Type:
trueor omit - Default:
false(full UI shown)
?screenonly=true
logo
When set to any value, hides the Cliqer logo. Useful for white-label deployments.
- Type: Any string value
- Default: Logo shown
?logo=hide
Examples
Custom Branded Presenter View
Red arrows on black background with custom branding:
https://www.cliqer.pro/123456/John?primaryColour=E63946&secondaryColour=1D3557Screen Share Only (No UI)
Minimal view showing only the shared screen:
https://www.cliqer.pro/123456?screenonly=trueWhite-Label Full Customization
Complete customization for enterprise deployments:
https://www.cliqer.pro/123456/Presenter?primaryColour=0066CC&secondaryColour=001133&logo=hideUse Cases
Embedded Displays
Use screenonly=true for digital signage or embedded displays where only the content matters.
Enterprise Branding
Combine primaryColour, secondaryColour, and logo=hide to match your organization's brand colors.
Multi-Screen Setups
Create different URLs for confidence monitors (full UI) and audience displays (screen only).