We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sfu-ws
1 parent f3b8c43 commit 927a830Copy full SHA for 927a830
sfu-ws/main.go
@@ -269,7 +269,7 @@ func websocketHandler(w http.ResponseWriter, r *http.Request) {
269
return
270
}
271
// If you are serializing a candidate make sure to use ToJSON
272
- // Using Marshal will result in errors around `sdpMid`
+ // Using Marshal will result in errors around `sdpMid`
273
candidateString, err := json.Marshal(i.ToJSON())
274
if err != nil {
275
log.Println(err)
0 commit comments