Documentation

ArchiveMode extends BasicEnum
in package

Defines values for the archiveMode parameter of the OpenTok->createSession method and the return value for the Session->getArchiveMode() method.

See OpenTok->createSession() and Session->getArchiveMode().

Table of Contents

ALWAYS  = 'always'
The session is archived automatically (as soon as there are clients connected to the session).
MANUAL  = 'manual'
The session is not archived automatically. To archive the session, you can call the \OpenTok\OpenTok->startArchive() method.

Constants

ALWAYS

The session is archived automatically (as soon as there are clients connected to the session).

public mixed ALWAYS = 'always'

MANUAL

The session is not archived automatically. To archive the session, you can call the \OpenTok\OpenTok->startArchive() method.

public mixed MANUAL = 'manual'

Search results