Skip to content

Commit 8ba4131

Browse files
Merge branch 'dev' into repo-metrics
2 parents ae325a0 + 3b73547 commit 8ba4131

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

191191
Archive archive = opentok.startArchive(sessionId, new ArchiveProperties.Builder()
192192
.outputMode(Archive.OutputMode.INDIVIDUAL)
193-
.build()););
193+
.build());
194194

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

0 commit comments

Comments
 (0)