Skip to content

Commit 9d158b0

Browse files
author
Melih Onvural
committed
Updating the API_URL to not point to https by default
1 parent 6845e08 commit 9d158b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/opentok/api/API_Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ public class API_Config {
1212

1313
public static final String API_SECRET = ""; // Fill this in with generated API Secret in email
1414

15-
public static final String API_URL = "https://api.opentok.com";
15+
public static final String API_URL = "http://api.opentok.com";
1616
}
1717

0 commit comments

Comments
 (0)