Bathroom King
09/04/2025, 7:26 AMVapi Support Bot
09/04/2025, 7:27 AMchannel field to distinguish them. Here’s a code snippet for emitting both channels in your response:
json
{
"type": "transcriber-response",
"transcription": "The transcribed text",
"channel": "customer" // or "assistant"
}
Make sure your transcriber logic detects the channel (e.g., via channel_index) and emits a response for each as shown above.
Reference: [Vapi Custom Transcriber Docs](https://docs.vapi.ai/customization/custom-transcriber#response)
Source:
- [Custom transcriber](https://docs.vapi.ai/customization/custom-transcriber#response)Vapi Support Bot
09/04/2025, 7:27 AMchannel_index and emit a response for each, like this:
json
{
"type": "transcriber-response",
"transcription": "The transcribed text",
"channel": "customer" // or "assistant"
}
Make sure your transcriber processes and emits transcripts for both channels to ensure Vapi receives the required data for the full conversation flow.
Source:
- [Custom Transcriber Documentation](https://docs.vapi.ai/customization/custom-transcriber)Vignxt Flow
09/04/2025, 7:28 AMBathroom King
09/04/2025, 7:31 AMBathroom King
09/04/2025, 7:32 AMVignxt Flow
09/04/2025, 8:23 AMVignxt Flow
09/04/2025, 10:06 PMChiranjeet Mishra
09/06/2025, 3:28 PMDomT
09/09/2025, 5:47 AMDomT
09/09/2025, 3:12 PMChiranjeet Mishra
09/10/2025, 10:44 PMDomT
09/21/2025, 7:48 PMChiranjeet Mishra
09/24/2025, 6:53 AMksjakj
10/07/2025, 3:36 PMksjakj
10/07/2025, 3:36 PMksjakj
10/07/2025, 3:37 PMBalint
10/28/2025, 8:07 PMChiranjeet Mishra
11/03/2025, 9:45 PM