Details for streaming to a live input using WebRTC.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_input_webrtc", "title": "stream_input_webrtc", "description": "Details for streaming to a live input using WebRTC.", "properties": { "url": { "$ref": "#/components/schemas/stream_input_webrtc_url" } }, "type": "object" }