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 3586a06 commit 91fb593Copy full SHA for 91fb593
sample/Archiving/README.md
@@ -98,7 +98,7 @@ get(new Route("/start") {
98
```
99
100
In this handler, the `startArchive()` method of the `opentok` instance is called with the `sessionId`
101
-for the session that needs to be archived. The optional second argument is `name`, which stored with
+for the session that needs to be archived. The optional second argument is `name`, which is stored with
102
the archive and can be read later. In this case, as in the HelloWorld sample app, there is
103
only one session created and it is used here and for the participant view. This will trigger the
104
recording to begin. The response sent back to the client's XHR request will be the JSON
0 commit comments