This commit is contained in:
AlexandreRouma
2025-11-05 02:02:36 -05:00
parent 6605a2d933
commit f352b50f18
10 changed files with 784 additions and 125 deletions

View File

@@ -1,4 +1,5 @@
package main
const CONF_TIMEOUT_MS = 5000
var CONF_ICE_SERVERS = [1]string{"stun:stun.l.google.com:19302"}
const CONF_OTP_LIFESPAN_MS = 30000;
const CONF_TIMEOUT_MS = 5000;
var CONF_ICE_SERVERS = [1]string{"stun:stun.l.google.com:19302"};