[BUG] Using actual boolean instead of json string in boolean parameter causes bxml error #248
Open
5 tasks done
Labels
bug
Something isn't working
Uh oh!
There was an error while loading. Please reload this page.
Checklist
Description
When receiving an initiate and responding with BXML to start a mult_channel recording, following the types results in a BXML failure on the bandwidth side. The error sends a call status event with cause
invalid-bxml
. The issue is settingmutli_channel
toTrue
instead of"true"
.Environment Information
Sample Code Snippet
Stack Trace
None
Expected Behavior
I would expect to be able to pass a native boolean instead of a string version to multi_channel
Suggested Fix
The text was updated successfully, but these errors were encountered: