Skip to content

Commit 0d920d7

Browse files
authored
Rename packet count fields for clarity (#578)
1 parent 7457313 commit 0d920d7

File tree

1 file changed

+2
-3
lines changed
  • website/docs/main/home/platform/phone-numbers/guides/signalwire-status-callbacks

1 file changed

+2
-3
lines changed

website/docs/main/home/platform/phone-numbers/guides/signalwire-status-callbacks/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,10 @@ The following parameters will be posted via an HTTP request to your webhook - yo
177177
| `AudioInJitterMinVariance`| This represents the minimum variance of jitter for incoming audio RTP packets. | integer |
178178
| `AudioInLargestJbSize` | This indicates the largest size of the jitter buffer recorded for incoming audio RTP packets during the session. | integer |
179179
| `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 |
181181
| `AudioInSkipPacketCount` | Increased with every packet not received at a given ptime. Increases with every lost packet from the inbound stream. | integer |
182182
| `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 |
185184
| `CallbackSource` | The source of the status callback | string |
186185
| `CallDuration` | The duration, in seconds, of the finished call. Only present on the `completed` event. | integer |
187186
| `CallerName` | The name of the caller. Only available if Caller ID lookup is enabled. | string |

0 commit comments

Comments
 (0)