Presenter URL Customization
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
| 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:
Screen Share Only (No UI)
Minimal view showing only the shared screen:
White-Label Full Customization
Complete customization for enterprise deployments:
Use 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).