Marked COMPOSED_QUICK_START as experimental

This commit is contained in:
cruizba 2020-07-01 14:12:22 +02:00
parent 292771371e
commit 11540fb50a

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