Marked COMPOSED_QUICK_START as experimental

pull/508/head
cruizba 2020-07-01 14:12:22 +02:00
parent 292771371e
commit 11540fb50a
1 changed files with 5 additions and 1 deletions

View File

@ -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',
/**