Customizing Video Player
Customizing the video player playback and the UI controls, can offer an optimal user experience, for each use case, and make your videos more engaging.
Some ways to customize a video player include:
Changing the color scheme of the player controls to match your branding
Enabling or disabling certain controls, such as the timeline, “stories mode” and fullscreen
Enabling autoplay and mute settings.
Settings visuals during the loading phase of the video
By customizing your video player, you can make your videos stand out and better align with your brand. It's important to consider your video content and design, your audience and what features will be most useful to them when deciding how to customize your video player.
You can set those settings directly either from Blings.io Platform, or by passing these as settings to the SDK.
A)
Under "player appearance" in the Platform, you can find:

screenshot from the Platfrom.
B)
Similar settings can be passed to the settings
object when you call the SDK.
For example, in this example code, we change the UI colors of the video player:
For a full reference of the settings, please refer to the documentation:
SDK types documentation
Last updated