From 8e1c9a746866f7d9619212825e57b2914b8535a4 Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Thu, 19 Nov 2020 19:20:27 +0100 Subject: [PATCH] add PAUSE to supported methods in OPTIONS --- internal/client/client.go | 1 + 1 file changed, 1 insertion(+) 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), }, ", ")}, },