mirror of
https://github.com/pion/webrtc.git
synced 2025-11-01 19:22:49 +08:00
committed by
jinleileiking
parent
c40e4a53ef
commit
e982d6eda2
@@ -53,7 +53,8 @@ func main() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
go func() {
|
go func() {
|
||||||
http.ListenAndServe(":"+strconv.Itoa(*port), nil)
|
err := http.ListenAndServe(":"+strconv.Itoa(*port), nil)
|
||||||
|
util.Check(err)
|
||||||
}()
|
}()
|
||||||
|
|
||||||
offer := webrtc.RTCSessionDescription{}
|
offer := webrtc.RTCSessionDescription{}
|
||||||
|
|||||||
Reference in New Issue
Block a user