mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 12:32:01 -08:00
parent
a2c092ea44
commit
ecee2af05c
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ func (s *webRTCHTTPServer) onWHIPPatch(ctx *gin.Context, rawSecret string) {
|
|||
candidates: candidates,
|
||||
})
|
||||
if res.err != nil {
|
||||
webrtcWriteError(ctx, http.StatusInternalServerError, err)
|
||||
webrtcWriteError(ctx, http.StatusInternalServerError, res.err)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue