mirror of https://github.com/OpenVidu/openvidu.git
Marked COMPOSED_QUICK_START as experimental
parent
292771371e
commit
11540fb50a
|
@ -142,7 +142,11 @@ export namespace Recording {
|
||||||
*/
|
*/
|
||||||
COMPOSED = 'COMPOSED',
|
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',
|
COMPOSED_QUICK_START = 'COMPOSED_QUICK_START',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue