We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc9c12 commit 06fb192Copy full SHA for 06fb192
src/main/java/com/opentok/api/API_Config.java
@@ -1,4 +1,3 @@
1
-
2
/*!
3
* OpenTok Java Library
4
* http://www.tokbox.com/
@@ -9,9 +8,9 @@
9
8
package com.opentok.api;
10
11
public class API_Config {
12
- public static final int API_KEY = 4317;
+ /*public static final int API_KEY = ;*/ // Fill this in with generated API Key (http://tokbox.com/opentok/api/tools/js/apikey)
13
14
- public static final String API_SECRET = "91e6f7609074be23b40747a4651ba5a7";
+ /*public static final String API_SECRET = "";*/ // Fill this in with generated API Secret in email
15
16
public static final String API_URL = "https://api.opentok.com";
17
}
0 commit comments