Fix/snake case customer data issue 406 (#409)

* revert recent change on silence trimming

* fix issue with incorrectly snake-casing customer data (#406)
This commit is contained in:
Dave Horton
2023-07-27 22:31:43 -04:00
committed by GitHub
parent 38ea9e7411
commit e8e987cb9d
3 changed files with 9 additions and 9 deletions

View File

@@ -68,7 +68,7 @@ class TaskRestDial extends Task {
const b3 = this.getTracingPropagation();
const httpHeaders = b3 && {b3};
const params = {
...cs.callInfo,
...(cs.callInfo.toJSON()),
defaults: {
synthesizer: {
vendor: cs.speechSynthesisVendor,