Skip to content

Commit f978a1e

Browse files
committed
change sessionId in prose to identifier, bring back lost Realeases section
1 parent 21de51f commit f978a1e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ method. The `properties` parameter is optional and it is used to specify two thi
6969

7070
An instance can be initialized using the `com.opentok.SessionProperties.Builder` class.
7171
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
7373
(such as a database).
7474

7575
```java
@@ -196,7 +196,12 @@ The OpenTok Java SDK requires JDK 6 or greater to compile. Runtime requires Java
196196
This project is tested on both OpenJDK and Oracle implementations.
197197

198198

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
200205

201206
This version of the SDK includes support for working with OpenTok 2.0 archives. (This API does not
202207
work with OpenTok 1.0 archives.)

0 commit comments

Comments
 (0)