Details for playback from a live input using WebRTC.
{ "$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" }