x-MacBook-Pro:demo apple$ pwd
/Users/apple/workspace/go/src/github.com/keroserene/go-webrtc/demo
x-MacBook-Pro:demo apple$ go run demo.go
INFO: configuration.go:174: Created Configuration at &{[{[stun:stun.l.google.com:19302 stun:another] } {[stun:another.server] }] All Balanced }
INFO: configuration.go:258: Converting Config: &{[{[stun:stun.l.google.com:19302 stun:another] } {[stun:another.server] } {[turn:and.another.server] }] All Balanced }
INFO: configuration.go:258: Converting Config: &{[{[stun:stun.l.google.com:19302 stun:another] } {[stun:another.server] } {[turn:and.another.server] }] All Balanced }
Failed to create PeerConnections for both Alice and Bob.
x-MacBook-Pro:demo apple$
Just getting started and tried to run the demo.
This basic demo failed for me. https://github.com/keroserene/go-webrtc#usage
env: go: 1.8.3 OS: OSX