Skip to content

Commit f0592a9

Browse files
authored
Correction to docs for automatic archiving (#182)
1 parent caa2c29 commit f0592a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/opentok/ArchiveMode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public enum ArchiveMode {
2020
MANUAL ("manual"),
2121

2222
/**
23-
* The session is archived automatically (as soon as there are clients publishing streams
23+
* The session is archived automatically (as soon as there are clients connected
2424
* to the session).
2525
*/
2626
ALWAYS ("always");

0 commit comments

Comments
 (0)