stream_playback_webrtc

Details for playback from a live input using WebRTC.

APIs.ioEngineeringPlatform

Properties

Name Type Description
url object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-playback-webrtc-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_playback_webrtc",
  "title": "stream_playback_webrtc",
  "description": "Details for playback from a live input using WebRTC.",
  "properties": {
    "url": {
      "$ref": "#/components/schemas/stream_playback_webrtc_url"
    }
  },
  "type": "object"
}