Can we pause a call? (web)
# support
g
I know it's possible to mute the user, it would also be great to be able to pause the call with the web SDK. Pausing would: - Stop assistant voice immediatley, then continue we resuming - Mute user - Be free (no billing during pause)
v
message has been deleted
@Godefroy @Lonestone I'm glad to hear you're exploring the features of the web SDK! Pausing a call is indeed a useful function. While the VAPI does not have a direct 'pause' feature, you can simulate a pause by stopping any ongoing speech synthesis and muting the user. This would effectively halt the interaction without disconnecting the call. To ensure that you are not billed during this period, you would need to manage this on your application side, as the VAPI does not control billing directly. You could potentially stop sending audio data and stop processing incoming audio to avoid any charges for speech recognition or synthesis during this 'pause' period. If you need more detailed information on how to implement this or have any other questions, please let me know!
You can continue this conversation by mentioning me in the message.
s
It won't be free as of you will be charged for the ws-connection. No you cannot stop the bot immediately,but do try out.
g
Can I suggest this feature? I don't know if you have a productboard or something like that to vote for features
s
sugges the feature over here: https://vapi.canny.io/
7 Views