From 7a5c426ae4fc0ee0f78c0ee002f3a4d9adf76b8a Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Mon, 19 Dec 2022 23:30:45 +0100 Subject: [PATCH] apidocs: add missing config parameters --- apidocs/openapi.yaml | 47 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 41 insertions(+), 6 deletions(-) diff --git a/apidocs/openapi.yaml b/apidocs/openapi.yaml index 7e364581..1cf563fa 100644 --- a/apidocs/openapi.yaml +++ b/apidocs/openapi.yaml @@ -87,12 +87,26 @@ components: type: boolean rtmpAddress: type: string + rtmpEncryption: + type: string + rtmpsAddress: + type: string + rtmpServerKey: + type: string + rtmpServerCert: + type: string # HLS hlsDisable: type: boolean hlsAddress: type: string + hlsEncryption: + type: boolean + hlsServerKey: + type: string + hlsServerCert: + type: string hlsAlwaysRemux: type: boolean hlsVariant: @@ -107,13 +121,34 @@ components: type: string hlsAllowOrigin: type: string - hlsEncryption: - type: boolean - hlsServerKey: - type: string - hlsServerCert: - type: string + hlsTrustedProxies: + type: array + items: + type: string + # WebRTC + webrtcDisable: + type: boolean + webrtcAddress: + type: string + webrtcEncryption: + type: boolean + webrtcServerKey: + type: string + webrtcServerCert: + type: string + webrtcAllowOrigin: + type: string + webrtcTrustedProxies: + type: array + items: + type: string + webrtcICEServers: + type: array + items: + type: string + + # paths paths: type: object additionalProperties: