Skip to content

Commit a6f6674

Browse files
committed
fix readme based on review
1 parent cfcef82 commit a6f6674

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
@@ -173,7 +173,7 @@ import com.opentok.ArchiveProperties;
173173
// Start an audio-only archive
174174
Archive archive = opentok.startArchive(sessionId, new ArchiveProperties.Builder()
175175
.hasVideo(false)
176-
.build()););
176+
.build());
177177

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

0 commit comments

Comments
 (0)