mirror of
https://github.com/AlexandreRouma/wiscast.git
synced 2026-04-18 07:42:44 +00:00
5 lines
148 B
Go
5 lines
148 B
Go
package main
|
|
|
|
const CONF_OTP_LIFESPAN_MS = 30000;
|
|
const CONF_TIMEOUT_MS = 5000;
|
|
var CONF_ICE_SERVERS = [1]string{"stun:stun.l.google.com:19302"}; |