Skip to content

Commit c15e349

Browse files
authored
Minor docs correction.
1 parent 4ed8c81 commit c15e349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ $archive = $opentok->startArchive($sessionId, $archiveOptions);
141141
$archiveId = $archive->id;
142142
```
143143

144-
Setting the output mode to `OutputMode::INDIVIDUAL` setting causes each stream in the archive to be recorded to its own individual file. The `OutputMode::COMPOSED` setting (the default) causes all streams in the archive are recorded to a single (composed) file.
144+
Setting the output mode to `OutputMode::INDIVIDUAL` setting causes each stream in the archive to be recorded to its own individual file. The `OutputMode::COMPOSED` setting (the default) causes all streams in the archive to be recorded to a single (composed) file.
145145

146146
You can stop the recording of a started Archive using the `stopArchive($archiveId)` method of the
147147
`OpenTok\OpenTok` object. You can also do this using the `stop()` method of the

0 commit comments

Comments
 (0)