Skip to content

Commit

Permalink
add support for dub channel (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton authored Mar 1, 2024
1 parent 2cf2c15 commit d703244
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,16 @@
"onHoldMusic": "string",
"actionHookDelayAction": "#actionHookDelayAction",
"sipRequestWithinDialogHook": "object|string",
"ambientNoise": "#ambientNoise"
"dub": "#dub"
},
"required": []
},
"ambientNoise": {
"dub": {
"properties": {
"enable": "boolean",
"url": "string"
"play": "string",
"say": "object|string",
"adjustVolume": "string"
},
"required": [
"enable"
Expand Down

0 comments on commit d703244

Please sign in to comment.