File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ Check out the **[contributing wiki](https://github.com/pion/webrtc/wiki/Contribu
61
61
* [Jadon Bennett](https://github.com/jsjb)
62
62
* [Lukas Herman](https://github.com/lherman-cs) - * C Data Channels example*
63
63
* [EricSong](https://github.com/xsephiroth) - * Implement GstV4l2Alsa example*
64
+ * [Tristan Matthews](https://github.com/tmatth)
64
65
65
66
# ## License
66
67
MIT License - see [LICENSE](LICENSE) for full text
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ func main() {
60
60
URLs : []string {"stun:stun.l.google.com:19302" },
61
61
},
62
62
},
63
+ SDPSemantics : webrtc .SDPSemanticsUnifiedPlanWithFallback ,
63
64
}
64
65
65
66
// Create a new RTCPeerConnection
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ func main() {
43
43
URLs : []string {"stun:stun.l.google.com:19302" },
44
44
},
45
45
},
46
+ SDPSemantics : webrtc .SDPSemanticsUnifiedPlanWithFallback ,
46
47
}
47
48
48
49
// Create a new RTCPeerConnection
You can’t perform that action at this time.
0 commit comments