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 cf9efab commit aa85b13Copy full SHA for aa85b13
src/main/java/com/opentok/api/API_Config.java
@@ -13,8 +13,6 @@ public class API_Config {
13
14
public static final String API_SECRET = "91e6f7609074be23b40747a4651ba5a7";
15
16
- public static final String API_URL = "http://staging.tokbox.com/hl";
17
- // Uncomment this line when you launch your app
18
- // public static final String API_URL = "https://api.opentok.com/hl";
+ public static final String API_URL = "https://api.opentok.com";
19
}
20
0 commit comments