Skip to content

Commit aa85b13

Browse files
author
Ben Pedrick
committed
Remove reference to staging from SDK
1 parent cf9efab commit aa85b13

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ public class API_Config {
1313

1414
public static final String API_SECRET = "91e6f7609074be23b40747a4651ba5a7";
1515

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";
16+
public static final String API_URL = "https://api.opentok.com";
1917
}
2018

0 commit comments

Comments
 (0)