Presenter URL Customization

Customize the presenter view appearance using URL parameters for branding and display options.
This feature is included while in early access.

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

SegmentDescriptionRequired
room6-digit room codeYes
presenterPresenter name (displayed in host app)No
parametersQuery string for customizationNo

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: true or omit
  • Default: false (full UI shown)
?screenonly=true

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).

Copyright © 2026. All rights reserved.