iFrame integration

URL with Parameters

For the audience view, there are a couple of parameters you can use to modify the experience, e.g. skipping the Join screen and going straight to language selection:

https://stm.live/vFairsTest/fullscreen?embed=true

Or skip the Join screen and Language selection and forcing a language:

https://stm.live/vFairsTest/fullscreen?embed=true&language=fr-FR

Parameters

ParameterDescription

/fullscreen

let's you switch to the Conference View directly

embed=true

skips the join screen and offers language selection as a participant directly

language=language_code

skips the language selection screen and forces a language from the language list

hide-stt=true

hides speech-to-text button

hide-toolbar=true

hides bottom toolbar

bg-color=bg-dark

sets background color. Can be any of the quasar color values or a hex value

font-size=x-large

sets the font-size from small to xxx-large

line-height=1

sets line height

lines=0

sets max number of lines

delay=0

Sets captions delay on client side. Useful when transcribing stream directly from source, which is then distributed via a platform or CDN, which induces lag. Delay is in milliseconds

outline=true

Adds a stroke to the text with 0.05em width for better legibility. Default = true

iFrame

You can wrap the final URL with parameters in a simple iframe to achieve a basic iframe integration:

<iframe src="https://stm.live/vFairsTest/fullscreen?embed=true"></iframe>

Last updated