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