From 436b8216ecbdfedbb38a324c36942b59112941ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lepin?= Date: Thu, 25 Apr 2019 13:43:24 +0200 Subject: [PATCH] requests(streaming): add @since property for SendCaptions --- src/WSRequestHandler_Streaming.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WSRequestHandler_Streaming.cpp b/src/WSRequestHandler_Streaming.cpp index 720aff34..ca517b11 100644 --- a/src/WSRequestHandler_Streaming.cpp +++ b/src/WSRequestHandler_Streaming.cpp @@ -297,6 +297,7 @@ HandlerResponse WSRequestHandler::HandleSaveStreamSettings(WSRequestHandler* req * @api requests * @name SendCaptions * @category streaming + * @since 4.6.0 */ #if BUILD_CAPTIONS HandlerResponse WSRequestHandler::HandleSendCaptions(WSRequestHandler* req) {