We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1883ec4 commit 9230dfeCopy full SHA for 9230dfe
README.md
@@ -135,7 +135,7 @@ String token = session.generateToken(new TokenOptions.Builder()
135
136
You can start the recording of an OpenTok Session using a `com.opentok.OpenTok` instance's
137
`startArchive(String sessionId, String name)` method. This will return a `com.opentok.Archive` instance.
138
-The parameter `name` is a optional and used to assign a name for the Archive. Note that you can
+The parameter `name` is optional and used to assign a name for the Archive. Note that you can
139
only start an Archive on a Session that has clients connected.
140
141
```java
0 commit comments