Skip to content

Commit

Permalink
rework dub verb (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton authored Mar 4, 2024
1 parent 85aaab5 commit 58385e7
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,10 @@
"reset": "string|array",
"onHoldMusic": "string",
"actionHookDelayAction": "#actionHookDelayAction",
"sipRequestWithinDialogHook": "object|string",
"dub": "#dub"
"sipRequestWithinDialogHook": "object|string"
},
"required": []
},
"dub": {
"properties": {
"enable": "boolean",
"play": "string",
"say": "object|string",
"adjustVolume": "string"
},
"required": [
"enable"
]
},
"listenOptions": {
"properties": {
"enable": "boolean",
Expand Down Expand Up @@ -121,6 +109,24 @@
"enable"
]
},
"dub": {
"properties": {
"id": "string",
"action": {
"type": "string",
"enum": ["addTrack", "removeTrack", "silenceTrack", "playOnTrack", "sayOnTrack"]
},
"track": "string",
"play": "string",
"say": "string",
"loop": "boolean",
"gain": "number|string"
},
"required": [
"action",
"track"
]
},
"dequeue": {
"properties": {
"id": "string",
Expand Down

0 comments on commit 58385e7

Please sign in to comment.