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 6845e08 commit 9d158b0Copy full SHA for 9d158b0
src/main/java/com/opentok/api/API_Config.java
@@ -12,6 +12,6 @@ public class API_Config {
12
13
public static final String API_SECRET = ""; // Fill this in with generated API Secret in email
14
15
- public static final String API_URL = "https://api.opentok.com";
+ public static final String API_URL = "http://api.opentok.com";
16
}
17
0 commit comments