Interface: PlayerSdkInitConfig
Written by
Updated at October 9, 2024
PlayerSdk initialization parameters
Hierarchy
-
↳
PlayerSdkInitConfig
Properties
autoplay
• Optional autoplay: boolean
Indicates whether to start video playback automatically.
Inherited from
PlayerSdkSourceParams.autoplay
element
• element: string | HTMLElement
String containing the ID of the element or the element itself to embed the player in.
muted
• Optional muted: boolean
muted status of a video.
source
• Optional source: string
Video source.
startPosition
• Optional startPosition: Seconds
Start position of content playback (in seconds).
Inherited from
PlayerSdkSourceParams.startPosition
volume
• Optional volume: number
Sound volume level of a video.