Here you can find the additional URL parameters that can be used to customize WebGuest behavior.
URL Examples
Basic example:
https://videosdk.medialooks.com:8080/wg2/TestWebRTC20?name=Guest1Example with multiple parameters:
https://videosdk.medialooks.com:8080/wg2/TestWebRTC20?name=Guest1&location=Studio&resolution=1280x720&videoBitrate=5mExample with audio channel selection:
https://videosdk.medialooks.com:8080/wg2/TestWebRTC20?name=Guest1&audio_channels=1,2| Parameter | Values | Description | Default |
|---|---|---|---|
| name | E.g. "Guest1" | Sets the feed name displayed in VT Receiver. | — |
| location | E.g. "Studio" | Sets the location name displayed in VT Receiver. | — |
| resolution | E.g. "1280x720" | Sets the target resolution for the contributor’s camera. | — |
| videoBitrate | E.g. "5m" (5 Mbps) | Sets the maximum video bitrate. | — |
| videoEncoder | H.264, VP9 | Selects the video encoder. | — |
| audioBitrate | E.g. "40k" | Sets the audio bitrate. | — |
| audio_channels | all 1,2 1,5 | Specifies which audio channels will be audible when a remote guest opens the URL.
| all |
| mirroring | true / false (1 / 0) | Mirrors the contributor’s video feed. | false |
| autostart | true / false (1 / 0) | Automatically starts the contributor’s video feed. | true |
| camOff | true / false (1 / 0) | Turns off the guest’s camera. | false |
| micOff | true / false (1 / 0) | Turns off the guest’s microphone. | false |
| audio | true / false (1 / 0) | Automatically enables audio playback from the studio feed. | false |
| autojoin | true / false (1 / 0) | Bypasses the login screen and joins the session automatically. | false |
| audioEnhancements | true / false (1 / 0) | Enables or disables audio enhancements. Disable this option if audio processing cuts too much of the guest’s voice or produces undesirable effects. | true |
| selfie | true / false (1 / 0) | Enables or disables the selfie preview in the bottom-right corner of the WebGuest interface. Disabling the selfie preview does not disable the camera feed itself. | true |