Browse Source

add PAUSE to supported methods in OPTIONS

pull/169/head
aler9 5 years ago
parent
commit
8e1c9a7468
  1. 1
      internal/client/client.go

1
internal/client/client.go

@ -361,6 +361,7 @@ func (c *Client) handleRequest(req *base.Request) error {
string(base.SETUP), string(base.SETUP),
string(base.PLAY), string(base.PLAY),
string(base.RECORD), string(base.RECORD),
string(base.PAUSE),
string(base.TEARDOWN), string(base.TEARDOWN),
}, ", ")}, }, ", ")},
}, },

Loading…
Cancel
Save