mirror of
https://github.com/AlexandreRouma/wiscast.git
synced 2026-04-18 15:44:24 +00:00
4 lines
108 B
Go
4 lines
108 B
Go
package main
|
|
|
|
const CONF_TIMEOUT_MS = 5000
|
|
var CONF_ICE_SERVERS = [1]string{"stun:stun.l.google.com:19302"} |