Updating or duplicating a player preset
Written by
Updated at December 22, 2025
Updating a player preset
You can update the pre-installed Default Style Preset and Summarization Style Preset player presets or create your own preset.
Cloud Video UI
API
- Open the Cloud Video home page
. - Select a channel.
- On the
Player template tab, select the preset. - In the Template name field, update the preset name.
- Under Widget settings:
- Enable or disable the relevant widgets.
- Change their position in the player interface.
- Under Style setup:
- Change the color scheme.
- Set the sizes of elements.
- Configure other visual settings.
- Optionally, to open a new window to see what videos and playlist will look like with the selected template, click View template in a separate window.
- Click Save.
Use the update REST API method for the StylePreset resource or the StylePresetService/Update gRPC API call.
Duplicating a player preset
Cloud Video UI
API
- Open the Cloud Video home page
. - Select a channel.
- On the
Player template tab, in the relevant preset row, click and select Duplicate. - The duplicate will appear in the preset list. Change the widget and style settings, if required.
To duplicate a preset:
- Get information about the existing preset using the get REST API method for the StylePreset resource or the StylePresetService/Get gRPC API call.
- Create a new preset with the same parameters using the create REST API method for the StylePreset resource or the StylePresetService/Create gRPC API call.