The A/V Configuration page controls which tournaments have Audio/Visual coverage in the broadcast schedule. Matches belonging to tournaments listed here will be flagged as A/V-covered in the timeline, indicating that live audio and video commentary or broadcast assets are available for those matches.
| Field | Type | Purpose |
|---|---|---|
supportedTournamentIds | Array of numbers | The list of Sportradar tournament IDs that have A/V coverage enabled. Matches in these tournaments are shown with the A/V coverage indicator in the schedule. |
{
"supportedTournamentIds": [100, 200, 305]
}Add the numeric Sportradar tournament ID for every tournament that should be A/V-covered. Remove an ID to disable A/V coverage for that tournament.
If no A/V configuration has been saved, the default is an empty list — no tournaments have A/V coverage enabled:
{
"supportedTournamentIds": []
}Use the Hierarchy Preview panel on the right to browse available sports, categories, and tournaments. The panel respects your license — only licensed tournaments are available for selection. Cross-reference IDs with the Sportradar data platform if needed.
See Configuration for the step-by-step instructions on editing, validating, and saving any configuration page.