Skip to content

Commit 2cb6e16

Browse files
committed
Remove references to old v2.2
1 parent cfb34f5 commit 2cb6e16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/com/opentok/Role.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public enum Role {
2121
*/
2222
PUBLISHER,
2323
/**
24-
* In addition to the privileges granted to a publisher, in clients using the OpenTok.js 2.2
24+
* In addition to the privileges granted to a publisher, in clients using the OpenTok.js
2525
* library, a moderator can call the <code>forceUnpublish()</code> and
2626
* <code>forceDisconnect()</code> method of the Session object.
2727
*/

src/main/java/com/opentok/TokenOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static class Builder {
8787
* streams, and signal. (This is the default value if you do not specify a role.)</li>
8888
*
8989
* <li> <code>MODERATOR</code> &mdash; In addition to the privileges granted to a
90-
* publisher, in clients using the OpenTok.js 2.2 library, a moderator can call the
90+
* publisher, in clients using the OpenTok.js library, a moderator can call the
9191
* <code>forceUnpublish()</code> and <code>forceDisconnect()</code> method of the
9292
* Session object.</li>
9393
* </ul>

src/main/java/com/opentok/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
* Licensed under The MIT License (MIT). See LICENSE file for more information.
77
*/
88
/**
9-
* Includes the main classes of the OpenTok 2.2 Java SDK.
9+
* Includes the main classes of the OpenTok Java SDK.
1010
*/
1111
package com.opentok;

0 commit comments

Comments
 (0)