Open ajgbarnes opened 6 years ago
What if they are not the same? Should the value in the audio_end take priority?
I think it depends on whether you are playing audio from the URL or via the streamed audio data.
They should always be the same and this value should only ever be returned once but it isn't - so in that situation I think the logic above works? @troyibm
The audio client today only uses the "prompt" value from the attribute in the "action": "text" message as below:
It does NOT however take notice of the value in audio_end:
They should arguably always be the same however maybe there is also a bug in the AudioGateway as we are seeing differences in these values.