add PAUSE to supported methods in OPTIONS

This commit is contained in:
aler9 2020-11-19 19:20:27 +01:00
parent d33ab5bec6
commit 8e1c9a7468
1 changed files with 1 additions and 0 deletions

View File

@ -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),
}, ", ")},
},