doc_out/CallMediaParticipant.html.md in purecloud-0.50.1 vs doc_out/CallMediaParticipant.html.md in purecloud-0.51.1

- old
+ new

@@ -8,13 +8,13 @@ |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The unique participant ID. | [optional] | | **name** | **String** | The display friendly name of the participant. | [optional] | | **address** | **String** | The participant address. | [optional] | -| **start_time** | **DateTime** | The time when this participant joined the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | -| **connected_time** | **DateTime** | The time when this participant went connected on the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | -| **end_time** | **DateTime** | The time when this participant when disconnected on the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | +| **start_time** | **DateTime** | The time when this participant first joined the conversation. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | +| **connected_time** | **DateTime** | The time when this participant went connected for this media (eg: video connected time). Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | +| **end_time** | **DateTime** | The time when this participant went disconnected for this media (eg: video disconnected time). Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **start_hold_time** | **DateTime** | The time when this participant's hold started. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **purpose** | **String** | The participant's purpose. Values can be: 'agent', 'user', 'customer', 'external', 'acd', 'ivr | [optional] | | **state** | **String** | The participant's state. Values can be: 'alerting', 'connected', 'disconnected', 'dialing', 'contacting | [optional] | | **direction** | **String** | The participant's direction. Values can be: 'inbound' or 'outbound' | [optional] | | **disconnect_type** | **String** | The reason the participant was disconnected from the conversation. | [optional] | @@ -26,9 +26,12 @@ | **attributes** | **Hash<String, String>** | A list of ad-hoc attributes for the participant. | [optional] | | **error_info** | [**ErrorBody**](ErrorBody.html) | If the conversation ends in error, contains additional error details. | [optional] | | **script** | [**UriReference**](UriReference.html) | The Engage script that should be used by this participant. | [optional] | | **wrapup_timeout_ms** | **Integer** | The amount of time the participant has to complete wrap-up. | [optional] | | **wrapup_skipped** | **BOOLEAN** | Value is true when the participant has skipped wrap-up. | [optional] [default to false]| +| **provider** | **String** | The source provider for the communication. | [optional] | +| **external_contact** | [**UriReference**](UriReference.html) | If this participant represents an external contact, then this will be the reference for the external contact. | [optional] | +| **external_organization** | [**UriReference**](UriReference.html) | If this participant represents an external org, then this will be the reference for the external org. | [optional] | | **muted** | **BOOLEAN** | Value is true when the call is muted. | [optional] [default to false]| | **confined** | **BOOLEAN** | Value is true when the call is confined. | [optional] [default to false]| | **recording** | **BOOLEAN** | Value is true when the call is being recorded. | [optional] [default to false]| | **recording_state** | **String** | The state of the call recording. | [optional] | | **group** | [**UriReference**](UriReference.html) | The group involved in the group ring call. | [optional] |