feat: play verb support seekOffset and actionHook (#160)

* feat: play verb support seekOffset and actionHook

* add testcase

* fix: testcase
This commit is contained in:
xquanluu
2022-09-13 13:46:16 +07:00
committed by GitHub
parent e90ef6bc70
commit bf7ece8f17
5 changed files with 60 additions and 10 deletions

View File

@@ -98,7 +98,10 @@
"properties": {
"url": "string|array",
"loop": "number|string",
"earlyMedia": "boolean"
"earlyMedia": "boolean",
"seekOffset": "number|string",
"timeoutSecs": "number|string",
"actionHook": "object|string"
},
"required": [
"url"