Hey guys how do i start squads in web sdk, when i ...
# general-english
h
Hey guys how do i start squads in web sdk, when i connect with assistantId it works e.g
Copy code
await vapi.start(ASSISTANT_ID)
But im using squads, when i try to use squadId like
Copy code
await vapi.start(SQUAD_ID)
I get this error
Copy code
{
  "error": {
    "error": "Bad Request",
    "message": "Couldn't Get Assistant. `assistantId` ASSISTANT_ID Does Not Exist.",
    "statusCode": 400
  }
}
How can i solve this?