Skip to content

Commit 06fb192

Browse files
committed
Removing old API Key
1 parent efc9c12 commit 06fb192

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/*!
32
* OpenTok Java Library
43
* http://www.tokbox.com/
@@ -9,9 +8,9 @@
98
package com.opentok.api;
109

1110
public class API_Config {
12-
public static final int API_KEY = 4317;
11+
/*public static final int API_KEY = ;*/ // Fill this in with generated API Key (http://tokbox.com/opentok/api/tools/js/apikey)
1312

14-
public static final String API_SECRET = "91e6f7609074be23b40747a4651ba5a7";
13+
/*public static final String API_SECRET = "";*/ // Fill this in with generated API Secret in email
1514

1615
public static final String API_URL = "https://api.opentok.com";
1716
}

0 commit comments

Comments
 (0)