From 11540fb50a825e7149e03e59db66fa36cc8fe0bd Mon Sep 17 00:00:00 2001 From: cruizba Date: Wed, 1 Jul 2020 14:12:22 +0200 Subject: [PATCH] Marked COMPOSED_QUICK_START as experimental --- openvidu-node-client/src/Recording.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openvidu-node-client/src/Recording.ts b/openvidu-node-client/src/Recording.ts index ec2188d5..d7e3acb0 100644 --- a/openvidu-node-client/src/Recording.ts +++ b/openvidu-node-client/src/Recording.ts @@ -142,7 +142,11 @@ export namespace Recording { */ COMPOSED = 'COMPOSED', - + /** + * EXPERIMENTAL + * This option is intended to keep a recorder session openned for + * incoming recording requests to be recorded as fast as possible + */ COMPOSED_QUICK_START = 'COMPOSED_QUICK_START', /**