Herbert
06/06/2025, 3:31 PMawait vapi.start(ASSISTANT_ID)
But im using squads, when i try to use squadId like await vapi.start(SQUAD_ID)
I get this error
{
"error": {
"error": "Bad Request",
"message": "Couldn't Get Assistant. `assistantId` ASSISTANT_ID Does Not Exist.",
"statusCode": 400
}
}
How can i solve this?