Enumeration Members

COMPOSED: "COMPOSED"

Record all streams in a grid layout in a single archive

COMPOSED_QUICK_START: "COMPOSED_QUICK_START"

Works the same way as COMPOSED mode, but the necessary recorder service module will start some time in advance and won't be terminated once a specific session recording has ended. This module will remain up and running as long as the session remains active.

  • Pros vs COMPOSED: the process of starting the recording will be noticeably faster. This can be very useful in use cases where a session needs to be recorded multiple times over time, when a better response time is usually desirable.

  • Cons vs COMPOSED: for every session initialized with COMPOSED_QUICK_START recording output mode, extra CPU power will be required in OpenVidu Server. The recording module will be continuously rendering all of the streams being published to the session even when the session is not being recorded. And that is for every session configured with COMPOSED_QUICK_START.

INDIVIDUAL: "INDIVIDUAL"

Record each stream individually

Generated using TypeDoc