diff --git a/apidocs/openapi.yaml b/apidocs/openapi.yaml index 1cf563fa..248c5a3d 100644 --- a/apidocs/openapi.yaml +++ b/apidocs/openapi.yaml @@ -290,19 +290,6 @@ components: type: array items: type: string - enum: - - Generic - - H264 - - H265 - - JPEG - - MPEG2Audio - - MPEG2Video - - MPEG4Audio - - Opus - - PCMA - - PCMU - - VP8 - - VP9 bytesReceived: type: number readers: @@ -313,6 +300,7 @@ components: - $ref: '#/components/schemas/PathReaderRTSPSSession' - $ref: '#/components/schemas/PathReaderRTMPConn' - $ref: '#/components/schemas/PathReaderHLSMuxer' + - $ref: '#/components/schemas/PathReaderWebRTCConn' PathSourceRTSPSession: type: object @@ -412,6 +400,13 @@ components: type: string enum: [hlsMuxer] + PathReaderWebRTCConn: + type: object + properties: + type: + type: string + enum: [webRTConn] + RTSPConn: type: object properties: