our embed url used inside iframe accept some queryParams in url. Each of them can do different things the way your live will be showed. No of them is required, so you can use as you need.
URL QueryParams
Param | Type | Details | Example |
---|---|---|---|
v | string | used for select a specific video | https://yourlive.com?v=dJcMKPOY |
skipTermsAndConditions | boolean | skip accept terms and condition bottom sheet. IMPORTANT: using this parameter, make sure your website complies with privacy laws | https://yourlive.com?skipTermsAndConditions=true |
isApp | boolean | if it's true, the checkout will be done inside of the iframe. recommended if you're using the your live inside an app (default: false) | https://yourlive.com?isApp=true |