I have defined a squad using the web sdk:
await vapi.start(
undefined,
undefined,
squadDefinition as CreateSquadDTO
);
where squadDefinition is the transient squad with members etc. I'm able to do the call but the i don't receive the server message at the end of the call. When I try the exact same squad with a call through phone, everything works fine.