1

Is it possible to detect a call ended in studio?

I have a studio flow that performs a call to a number (this is the first step and it is configured with the make outgoing call widget). The problem is that i am not able to detect if the call ends once the call is connected, the widget itself allows detecting if busy or failed.

I want to know if it is possible to detect call end event so i am able to react to this in my app. Or be able to start an outbound call using call resource api and after the call is connected guide my user through the flow steps (I only have a phone number if that matters)

Thanks.

4

1 に答える 1

2

Studio は StatusCallback を公開しないため、通話のステータスを認識できます。これを Studio の外で構築し、StatusCallback URL を構成して、通話状態をアラートで通知することができます。ここで詳細を確認できます。 Set StatusCallback on an outbound call .

于 2019-11-21T00:03:06.717 に答える