Pranav FE
08/12/2025, 9:43 AMPranav FE
08/12/2025, 10:51 AMPranav FE
08/12/2025, 10:59 AMPranav FE
08/12/2025, 11:04 AMPranav FE
08/13/2025, 6:17 AMKings_big💫
08/13/2025, 12:16 PMPranav FE
08/13/2025, 5:04 PMPranav FE
08/13/2025, 5:04 PMPranav FE
08/13/2025, 5:04 PMPranav FE
08/13/2025, 5:05 PMPranav FE
08/13/2025, 5:05 PMPranav FE
08/14/2025, 7:08 AMKings_big💫
08/14/2025, 6:32 PMKings_big💫
08/14/2025, 6:34 PMPranav FE
08/18/2025, 7:16 AM// Initialize VAPI with our audio track or disable audio initially
vapi = new Vapi(publicKey, undefined, {}, {
audioSource: providedAudioTrack || false, // Use our track or disable
startAudioOff: !providedAudioTrack, // Start with audio off if no track provided
});
i think it was same reason causing echo issues where agent talks to itself which i raised previously.
mostly samsung and some other's chrome forks have stricter implementation for WebRtc.. causing issue on only speific devices.
If someone relies solely on vapi creating and handling audio video stream they won't face issue.Pranav FE
08/18/2025, 9:10 AMPranav FE
08/18/2025, 9:40 AMChiranjeet Mishra
08/20/2025, 2:58 AM