Fix typo in renegotiation.
This commit is contained in:
+1
-1
@@ -819,7 +819,7 @@ func clientLoop(c *webClient, conn *websocket.Conn) error {
|
|||||||
case connectionFailedAction:
|
case connectionFailedAction:
|
||||||
if down := getDownConn(c, a.id); down != nil {
|
if down := getDownConn(c, a.id); down != nil {
|
||||||
err := negotiate(c, down, true, true)
|
err := negotiate(c, down, true, true)
|
||||||
if err == nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
tracks := make(
|
tracks := make(
|
||||||
|
|||||||
Reference in New Issue
Block a user