There are a lot of scenarios when you need to transfer a call to some other user or join it with another call by sending some command from a client built using Web SDK. New transferCall function enabled this functionality. It's rather simple function - just provide two call instances as its parameters and VoxImplant will try to join call1 with call2. If you want to know the result of the transfer you can add the following event listeners to call1 - VoxImplant.CallEvents.TransferComplete and VoxImplant.CallEvents.TransferFailed. If call was transferred successfully both call1 and call2 will be disconnected from Web SDK. In the world of telephony people usually call this function "Attended transfer".

Cartesia Realtime TTS now available in Voximplant
Voximplant now includes a native Cartesia module for streaming, low-latency text-to-speech (TTS). You can use a single VoxEngine API to synthesize speech in real time, connect it to any call (PSTN, SIP, WebRTC, WhatsApp) and control playback from a Large Language Model (LLM) or other source, all inside VoxEngine.



