Settings
The schema below defines the settings that can be used to configure the Embedder. At a bare minimum, you should specify
el
, distributionId
, and strategy
.
note
In the near term, strategy
will default to direct-iframeless
and will not need to be specified.
Here is an example configuration. You can find the definition of each property in the schema below:
const config = {
"el": document.getElementById('my-video'),
"distributionId": "getting-started",
"strategy": "direct-iframeless"
}
Loading ...