stream_live_input_recording_allowedOrigins

Lists the origins allowed to display videos created with this input. Enter allowed origin domains in an array and use `*` for wildcard subdomains. An empty array allows videos to be viewed on any origin.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-live-input-recording-allowedorigins-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_live_input_recording_allowedOrigins",
  "title": "stream_live_input_recording_allowedOrigins",
  "description": "Lists the origins allowed to display videos created with this input. Enter allowed origin domains in an array and use `*` for wildcard subdomains. An empty array allows videos to be viewed on any origin.",
  "example": [
    "example.com"
  ],
  "items": {
    "type": "string"
  },
  "type": "array"
}