6 lines
70 B
Go
6 lines
70 B
Go
package barertc
|
|
|
|
import "time"
|
|
|
|
const PingInterval = 30 * time.Second
|