initial commit

This commit is contained in:
AlexandreRouma
2025-10-31 18:38:33 -04:00
commit 140bc3c3f5
16 changed files with 1637 additions and 0 deletions

4
config.go Normal file
View File

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