Skip to content

Commit 3b73547

Browse files
sourabh-joshimsach22
authored andcommitted
Update README.md (#178)
Update startArchive documentation to remove compilation error
1 parent a6f6674 commit 3b73547

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
@@ -188,7 +188,7 @@ import com.opentok.ArchiveProperties;
188188

189189
Archive archive = opentok.startArchive(sessionId, new ArchiveProperties.Builder()
190190
.outputMode(Archive.OutputMode.INDIVIDUAL)
191-
.build()););
191+
.build());
192192

193193
// Store this archiveId in the database for later use
194194
String archiveId = archive.getId();

0 commit comments

Comments
 (0)