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
Copy file name to clipboardExpand all lines: website/docs/main/home/platform/phone-numbers/guides/signalwire-status-callbacks/index.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,11 +177,10 @@ The following parameters will be posted via an HTTP request to your webhook - yo
177
177
|`AudioInJitterMinVariance`| This represents the minimum variance of jitter for incoming audio RTP packets. | integer |
178
178
|`AudioInLargestJbSize`| This indicates the largest size of the jitter buffer recorded for incoming audio RTP packets during the session. | integer |
179
179
|`AudioInMos`| A mean opinion score on a scale of 1-5 that helps determine audio quality. | string |
180
-
|`AudioInPacketCount`| The number of audio packets received in the inbound media stream. | integer |
180
+
|`AudioInMediaPacketCount`| The number of audio packets received in the inbound media stream. | integer |
181
181
|`AudioInSkipPacketCount`| Increased with every packet not received at a given ptime. Increases with every lost packet from the inbound stream. | integer |
182
182
|`AudioOutDtmfPacketCount`| The total number of DTMF packets generated in the outbound media stream. | integer |
183
-
|`AudioOutMediaPacketCount`| The number of packets sent in the outbound media stream. | integer |
184
-
|`AudioOutPacketCount`| The number of audio packets sent in the outbound media stream. | integer |
183
+
|`AudioOutMediaPacketCount`| The number of audio packets sent in the outbound media stream. | integer |
185
184
|`CallbackSource`| The source of the status callback | string |
186
185
|`CallDuration`| The duration, in seconds, of the finished call. Only present on the `completed` event. | integer |
187
186
|`CallerName`| The name of the caller. Only available if Caller ID lookup is enabled. | string |
0 commit comments