|
28 | 28 | * Contains methods for creating OpenTok sessions, generating tokens, and working with archives.
|
29 | 29 | * <p>
|
30 | 30 | * To create a new OpenTok object, call the OpenTok constructor with your OpenTok API key
|
31 |
| - * and the API secret for your <a href="https://tokbox.com/account">TokBox account</a>. Do not publicly share |
| 31 | + * and the API secret for your <a href="https://tokbox.com/account">Vonage Video API account</a>. Do not publicly share |
32 | 32 | * your API secret. You will use it with the OpenTok constructor (only on your web
|
33 | 33 | * server) to create OpenTok sessions.
|
34 | 34 | * <p>
|
@@ -58,8 +58,8 @@ public class OpenTok {
|
58 | 58 | /**
|
59 | 59 | * Creates an OpenTok object.
|
60 | 60 | *
|
61 |
| - * @param apiKey Your OpenTok API key. (See your <a href="https://tokbox.com/account">TokBox account page</a>.) |
62 |
| - * @param apiSecret Your OpenTok API secret. (See your <a href="https://tokbox.com/account">TokBox account page</a>.) |
| 61 | + * @param apiKey Your OpenTok API key. (See your <a href="https://tokbox.com/account">Vonage Video API account page</a>.) |
| 62 | + * @param apiSecret Your OpenTok API secret. (See your <a href="https://tokbox.com/account">Vonage Video API account page</a>.) |
63 | 63 | */
|
64 | 64 | public OpenTok(int apiKey, String apiSecret) {
|
65 | 65 | this.apiKey = apiKey;
|
@@ -107,7 +107,7 @@ private OpenTok(int apiKey, String apiSecret, HttpClient httpClient) {
|
107 | 107 | * }
|
108 | 108 | * </pre>
|
109 | 109 | * <p>
|
110 |
| - * For testing, you can also generate tokens by logging in to your <a href="https://tokbox.com/account">TokBox account</a>. |
| 110 | + * For testing, you can also generate tokens by logging in to your <a href="https://tokbox.com/account">Vonage Video API account</a>. |
111 | 111 | *
|
112 | 112 | * @param sessionId The session ID corresponding to the session to which the user will connect.
|
113 | 113 | *
|
@@ -224,7 +224,7 @@ public String generateToken(String sessionId) throws OpenTokException {
|
224 | 224 | *
|
225 | 225 | * You can also create a session using the <a href="http://www.tokbox.com/opentok/api/#session_id_production">OpenTok
|
226 | 226 | * REST API</a> or or by logging in to your
|
227 |
| - * <a href="https://tokbox.com/account">TokBox account</a>. |
| 227 | + * <a href="https://tokbox.com/account">Vonage Video API account</a>. |
228 | 228 | *
|
229 | 229 | * @param properties This SessionProperties object defines options for the session.
|
230 | 230 | * These include the following:
|
|
0 commit comments