File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,8 @@ List<Archive> archives = opentok.listArchives(50, 50);
171
171
172
172
# Documentation
173
173
174
- ** TODO** : Reference documentation is available at < http://opentok.github.io/opentok-java-sdk/ >
174
+ Reference documentation is available at < http://www.tokbox.com//opentok/libraries/server/java/reference/index.html > and in the
175
+ docs directory of the SDK
175
176
176
177
# Requirements
177
178
@@ -185,11 +186,22 @@ This project is tested on both OpenJDK and Oracle implementations.
185
186
** TODO** : See the [ Releases] ( https://github.com/opentok/opentok-java-sdk/releases ) page for details
186
187
about each release.
187
188
188
- ## Important changes in v2.0
189
+ ## Important changes in v2.2
189
190
190
191
This version of the SDK includes support for working with OpenTok 2.0 archives. (This API does not
191
192
work with OpenTok 1.0 archives.)
192
193
194
+ This version of the SDK includes a number of improvements in the API design. These include a number
195
+ of API changes. See the OpenTok 2.2 SDK Reference for details on the new API.
196
+
197
+ The API_Config class has been removed. Store your OpenTok API key and API secret in code outside of the SDK files.
198
+
199
+ The ` create_session() ` method has been renamed ` createSession() ` . Also, the method has changed to
200
+ take one parameter: a SessionProperties object. You now generate a SessionProperties object using a Builder pattern.
201
+
202
+ The ` generate_token() ` method has been renamed ` generateToken() ` . Also, the method has changed to
203
+ take two parameters: the session ID and a TokenOptions object.
204
+
193
205
# Development and Contributing
194
206
195
207
Interested in contributing? We <3 pull requests! File a new
You can’t perform that action at this time.
0 commit comments