diff --git a/internal/client/client.go b/internal/client/client.go index ffab9724..7a49c920 100644 --- a/internal/client/client.go +++ b/internal/client/client.go @@ -361,6 +361,7 @@ func (c *Client) handleRequest(req *base.Request) error { string(base.SETUP), string(base.PLAY), string(base.RECORD), + string(base.PAUSE), string(base.TEARDOWN), }, ", ")}, },