mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: Remove System.out
parent
c15d6170da
commit
ead3252ce7
|
@ -331,7 +331,6 @@ public class IceServerProperties {
|
||||||
|
|
||||||
// 3. Generate TURN username
|
// 3. Generate TURN username
|
||||||
String username = unixTimestamp + ":" + randomUsername;
|
String username = unixTimestamp + ":" + randomUsername;
|
||||||
System.out.println(username);
|
|
||||||
|
|
||||||
// 4. Generate HMAC SHA-1 password
|
// 4. Generate HMAC SHA-1 password
|
||||||
SecretKeySpec signingKey = new SecretKeySpec(staticAuthSecret.getBytes(), "HmacSHA1");
|
SecretKeySpec signingKey = new SecretKeySpec(staticAuthSecret.getBytes(), "HmacSHA1");
|
||||||
|
|
Loading…
Reference in New Issue