RetellAI / retell-typescript-sdk

Apache License 2.0
20 stars 4 forks source link

Missing "create-call" endpoint for creating web calls #116

Closed adiestel closed 10 hours ago

adiestel commented 2 days ago

The sdk is missing the ability to call create-call endpoint for creating web calls. We need the create-call endpoint in order to use the new version of the client sdk.

I'd be willing to create a PR to add this in but since the api isn't documented anywhere that I can find I'm not 100% sure of what the details for the parameters would be. Also it's naming sort of conflicts with the existing call.create function that is purely for creating phone calls and not web calls.

AustinZzx commented 2 days ago

We are working on adding the documentation and updating SDK for that. Should be finished within 2 days.

AustinZzx commented 10 hours ago

https://docs.retellai.com/make-calls/web-call https://docs.retellai.com/api-references/create-web-call

Docs updated, new server SDK released with the new spec. Appreciate the patience.