Smart Endpointing LiveKit ERROR
# support
v
Hi there! I see you're getting an error when updating your assistant with LiveKit. The error message indicates that
startSpeakingPlan.smartEndpointingEnabled
must be a boolean value (true or false). Here's how to fix this: 1. Make sure you're setting
smartEndpointingEnabled
as a boolean value:
Copy code
json
"startSpeakingPlan": {
  "waitSeconds": 0.8,
  "smartEndpointingEnabled": false  // or true
}
About Smart Endpointing: This feature helps detect when a user has truly finished speaking, rather than just pausing briefly. It's [off by default](https://docs.vapi.ai/customization/speech-configuration) and works best with English transcriptions. Recommendations: - Set to
false
if you're using non-English transcriptions - A common wait time setting is 0.8 seconds - For English transcriptions, you can set it to
true
if accurate transcription is confirmed Example configuration:
Copy code
json
{
  "startSpeakingPlan": {
    "waitSeconds": 0.8,
    "smartEndpointingEnabled": false
  }
}
Let me know if you need any further help with this! 😊 Sources: - [VAPI AI Documentation](https://docs.vapi.ai/customization/speech-configuration) - [Discord Channel](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334385998423130174)
w
This error comes when you choose LiveKit in the dashboard
k
Hello WIlliham. Thank you for bringing this to our attention. Could you do me a favor and report this bug here: