You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: site/docs/voice/bxml/about.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,8 @@ If BXML execution ends without performing a webhook, there is an implicit `<Hang
76
76
|[`<Gather>`](/docs/voice/bxml/gather)| The Gather verb is used to collect DTMF digits. |
77
77
|[`<StartGather>`](/docs/voice/bxml/startGather)| The StartGather verb is used to collect DTMF digits during the execution of other verbs. |
78
78
|[`<StopGather>`](/docs/voice/bxml/stopGather)| The StopGather verb stops the DTMF collection initiated by `<StartGather>`. |
79
+
|[`<StartStream>`](/docs/voice/bxml/startStream)| The StartStream verb allows a segment of a call to be streamed to an external destination. |
80
+
|[`<StopStream>`](/docs/voice/bxml/stopStream)| The StopStream verb is used to stop a stream previously started by a `<StartStream>` verb. |
79
81
|[`<SendDtmf>`](/docs/voice/bxml/sendDtmf)| The SendDtmf verb is used to play DTMF digits in the call. |
80
82
|[`<Tag>`](/docs/voice/bxml/tag)| The Tag verb is used to set a new tag value without executing a webhook. |
81
83
@@ -106,6 +108,9 @@ BXML webhooks are HTTP messages that are sent to your application server to noti
106
108
|[Conference Recording Available](/docs/voice/webhooks/conferenceRecordingAvailable)| Bandwidth API sends this when a recording started by a `<StartRecording>`in a conference is available for download. |
107
109
|[Disconnect](/docs/voice/webhooks/disconnect)| Bandwidth API sends this when a call ends. |
108
110
|[DTMF](/docs/voice/webhooks/dtmf)| Bandwidth API sends this for every digit detected after a `<StartGather>` is executed. |
111
+
|[MediaStreamStarted](/docs/voice/webhooks/mediaStreamStarted)| Bandwidth API sends this after the stream requested in a `<StartStream>` is started. |
112
+
|[MediaStreamRejected](/docs/voice/webhooks/mediaStreamRejected)| Bandwidth API sends this if a stream requested in a `<StartStream>` can not be started. |
113
+
|[MediaStreamStopped](/docs/voice/webhooks/mediaStreamStopped)| Bandwidth API sends this when a stream requested in a `<StartStream>` ends. |
109
114
|[Recording Available](/docs/voice/webhooks/recordingAvailable)| Bandwidth API sends this when a recording started by either a `<StartRecording>` or a `<Record>` verb in a call is available for download. |
110
115
|[Transfer Disconnect](/docs/voice/webhooks/transferDisconnect)| Bandwidth API sends this when any leg of a `<Transfer>` ends. |
111
116
|[Transcription Available](/docs/voice/webhooks/transcriptionAvailable)| Bandwidth API sends this when the transcription of a recording is available for download. |
0 commit comments