Skip to content

Commit 1863497

Browse files
committed
Minor docs correction.
1 parent f86f899 commit 1863497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/opentok/OpenTok.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,12 +411,12 @@ public Archive startArchive(String sessionId, String name) throws OpenTokExcepti
411411
*
412412
* @param hasVideo Whether the archive will include an audio track (<code>true</code>) or not
413413
* <code>false</code>). The default value is <code>true</code> (an audio track is included). If you set
414-
* both <code>hasAudio</code> and <code>hasAudio</code> to <code>false</code>, the call to the
414+
* both <code>hasAudio</code> and <code>hasVideo</code> to <code>false</code>, the call to the
415415
* <code>startArchive()</code> method results in an error.
416416
*
417417
* @param hasAudio Whether the archive will include a video track (<code>true</code>) or not
418418
* <code>false</code>). The default value is <code>true</code> (a video track is included). If you set
419-
* both <code>hasAudio</code> and <code>hasAudio</code> to <code>false</code>, the call to the
419+
* both <code>hasAudio</code> and <code>hasVideo</code> to <code>false</code>, the call to the
420420
* <code>startArchive()</code> method results in an error.
421421
*
422422
* @return The Archive object. This object includes properties defining the archive, including the archive ID.

0 commit comments

Comments
 (0)