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:
Or skip the Join screen and Language selection and forcing a language:
Parameters
Parameter | Description |
---|---|
| let's you switch to the Conference View directly |
| skips the join screen and offers language selection as a participant directly |
| skips the language selection screen and forces a language from the language list |
| hides speech-to-text button |
| hides bottom toolbar |
| sets background color. Can be any of the quasar color values or a hex value |
| sets the font-size from small to xxx-large |
| sets line height |
| sets max number of lines |
| 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 |
| 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:
Last updated