Files
wiscast/config.go
AlexandreRouma 140bc3c3f5 initial commit
2025-10-31 18:38:33 -04:00

4 lines
108 B
Go

package main
const CONF_TIMEOUT_MS = 5000
var CONF_ICE_SERVERS = [1]string{"stun:stun.l.google.com:19302"}