Skip to content

Commit aa1376f

Browse files
committed
Docs corrections.
1 parent acdd9a8 commit aa1376f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
The OpenTok Java SDK lets you generate
66
[sessions](http://tokbox.com/opentok/tutorials/create-session/) and
77
[tokens](http://tokbox.com/opentok/tutorials/create-token/) for [OpenTok](http://www.tokbox.com/)
8-
applications that run on the JVM. This version of the SDK also includes support for working with OpenTok
9-
2.0 archives.
8+
applications that run on the JVM. This version of the SDK also includes support for working with
9+
<a href="http://tokbox.com/#archiving"OpenTok 2.0 archives</a>.
1010

1111
# Installation using Maven Central (recommended):
1212

@@ -56,7 +56,7 @@ OpenTok opentok = new OpenTok(apiKey, apiSecret)
5656
To create an OpenTok Session, use the `OpenTok` instance's `createSession(SessionProperties properties)`
5757
method. The `properties` parameter is optional and it is used to specify two things:
5858

59-
* Whether the session uses the OpenTok Media Server
59+
* Whether the session uses the OpenTok Media Router
6060
* A location hint for the OpenTok server.
6161

6262
An instance can be initialized using the `com.opentok.SessionProperties.Builder` class.

0 commit comments

Comments
 (0)