Warning
Application error
17512: Non-integer audioChannelIndex
Twilio can't create the transcription because the participant's audioChannelIndex isn't an integer. Twilio does not coerce floating-point values to integers.
audioChannelIndex is a floating-point number (for example, 1.5) instead of an integer.
Set audioChannelIndex to an integer, such as 1 or 2.