Add an almost complete rfc complaint RTCConfiguration

This commit is contained in:
Konstantin Itskov
2018-08-24 01:27:22 -04:00
committed by Sean DuBois
parent 26e0fb8423
commit 20191a4974
26 changed files with 738 additions and 570 deletions

View File

@@ -42,7 +42,7 @@ func main() {
// Create a new RTCPeerConnection
peerConnection, err := webrtc.New(webrtc.RTCConfiguration{
ICEServers: []webrtc.RTCICEServer{
IceServers: []webrtc.RTCIceServer{
{
URLs: []string{"stun:stun.l.google.com:19302"},
},