From cba04e7de5a3a68be54cad88cebcc04558c30819 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Mon, 3 Apr 2023 22:32:04 +0200 Subject: [PATCH] Fix typo in handling of join messages. --- rtpconn/webclient.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rtpconn/webclient.go b/rtpconn/webclient.go index f4a848f..bcbf94a 100644 --- a/rtpconn/webclient.go +++ b/rtpconn/webclient.go @@ -1396,6 +1396,7 @@ func handleClientMessage(c *webClient, m clientMessage) error { return group.UserError("you are not joined") } leaveGroup(c) + return nil } if m.Kind != "join" {