File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
The OpenTok Java SDK lets you generate
6
6
[ sessions] ( http://tokbox.com/opentok/tutorials/create-session/ ) and
7
7
[ 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 > .
10
10
11
11
# Installation using Maven Central (recommended):
12
12
@@ -56,7 +56,7 @@ OpenTok opentok = new OpenTok(apiKey, apiSecret)
56
56
To create an OpenTok Session, use the ` OpenTok ` instance's ` createSession(SessionProperties properties) `
57
57
method. The ` properties ` parameter is optional and it is used to specify two things:
58
58
59
- * Whether the session uses the OpenTok Media Server
59
+ * Whether the session uses the OpenTok Media Router
60
60
* A location hint for the OpenTok server.
61
61
62
62
An instance can be initialized using the ` com.opentok.SessionProperties.Builder ` class.
You can’t perform that action at this time.
0 commit comments