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: docs/CallResult.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ Name | Type | Description | Notes
20
20
**EndTime** | **string** | End time of the Call (GMT) in RFC 1123 format (e.g., Mon, 15 Jun 2009 20:45:30 GMT). Empty if the Call did not complete successfully. | [optional]
21
21
**Duration** | **int?** | Total length of the Call in seconds. Measures time between startTime and endTime. This value is empty for busy, failed, unanswered or ongoing Calls. | [optional]
22
22
**ConnectDuration** | **int?** | Length of time that the Call was connected in seconds. Measures time between connectTime and endTime. This value is empty for busy, failed, unanswered or ongoing Calls. | [optional]
23
+
**AudioStreamDuration** | **int?** | Length of time that the Call used the audio stream in seconds. This value is empty or zero when the Call did not use the audio stream. | [optional]
23
24
**Direction** | **CallDirection** | | [optional]
24
25
**AnsweredBy** | **AnsweredBy** | | [optional]
25
26
**SubresourceUris** | **Object** | The list of subresources for this Call. These include things like logs and recordings associated with the Call. | [optional]
Copy file name to clipboardExpand all lines: docs/DefaultApi.md
+41-13Lines changed: 41 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -360,7 +360,7 @@ catch (ApiException e)
360
360
### HTTP response details
361
361
| Status code | Description | Response headers |
362
362
|-------------|-------------|------------------|
363
-
|**200**| Successfuly created queue | - |
363
+
|**201**| Successfuly created queue | - |
364
364
365
365
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
varusedAudioStream=false; // bool? | If usedAudioStream is set to true then all calls that have a audioStreamDuration > 0 will be returned (optional) (default to false)
4507
+
4498
4508
varactive=false; // bool? | If active is set to true then all calls of the nature queued, ringing, inProgress are returned in the query. (optional) (default to false)
4499
4509
4500
4510
varto="to_example"; // string? | Only show Calls to this phone number. (optional)
@@ -4518,7 +4528,7 @@ namespace Example
4518
4528
try
4519
4529
{
4520
4530
// List Calls
4521
-
CallListresult=apiInstance.ListCalls(active, to, from, status, startTime, endTime, parentCallId, applicationId, riskScoreMin, riskScoreMax);
|**usedAudioStream**|**bool?**| If usedAudioStream is set to true then all calls that have a audioStreamDuration > 0 will be returned |[optional][default to false]|
4572
+
4561
4573
|**active**|**bool?**| If active is set to true then all calls of the nature queued, ringing, inProgress are returned in the query. |[optional][default to false]|
4562
4574
4563
4575
|**to**|**string?**| Only show Calls to this phone number. |[optional]|
0 commit comments