File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ method. The `properties` parameter is optional and it is used to specify two thi
69
69
70
70
An instance can be initialized using the ` com.opentok.SessionProperties.Builder ` class.
71
71
The ` sessionId ` property of the returned ` com.opentok.Session ` instance, which you can read using
72
- the ` getSessionId() ` method, is useful to get a sessionId that can be saved to a persistent store
72
+ the ` getSessionId() ` method, is useful to get an identifier that can be saved to a persistent store
73
73
(such as a database).
74
74
75
75
``` java
@@ -196,7 +196,12 @@ The OpenTok Java SDK requires JDK 6 or greater to compile. Runtime requires Java
196
196
This project is tested on both OpenJDK and Oracle implementations.
197
197
198
198
199
- # Important changes in v2.2
199
+ # Release Notes
200
+
201
+ See the [ Releases] ( https://github.com/opentok/opentok-java-sdk/releases ) page for details
202
+ about each release.
203
+
204
+ ## Important changes in v2.2
200
205
201
206
This version of the SDK includes support for working with OpenTok 2.0 archives. (This API does not
202
207
work with OpenTok 1.0 archives.)
You can’t perform that action at this time.
0 commit comments