github.com/twilio/twilio-go@v1.20.1/rest/insights/v1/docs/InsightsV1VideoParticipantSummary.md (about)

     1  # InsightsV1VideoParticipantSummary
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **ParticipantSid** | Pointer to **string** | Unique identifier for the participant. |
     8  **ParticipantIdentity** | Pointer to **string** | The application-defined string that uniquely identifies the participant within a Room. |
     9  **JoinTime** | Pointer to [**time.Time**](time.Time.md) | When the participant joined the room. |
    10  **LeaveTime** | Pointer to [**time.Time**](time.Time.md) | When the participant left the room. |
    11  **DurationSec** | Pointer to **int64** | Amount of time in seconds the participant was in the room. |
    12  **AccountSid** | Pointer to **string** | Account SID associated with the room. |
    13  **RoomSid** | Pointer to **string** | Unique identifier for the room. |
    14  **Status** | Pointer to [**string**](VideoParticipantSummaryEnumRoomStatus.md) |  |
    15  **Codecs** | Pointer to [**[]string**](VideoParticipantSummaryEnumCodec.md) | Codecs detected from the participant. Can be `VP8`, `H264`, or `VP9`. |
    16  **EndReason** | Pointer to **string** | Reason the participant left the room. See [the list of possible values here](https://www.twilio.com/docs/video/troubleshooting/video-log-analyzer-api#end_reason). |
    17  **ErrorCode** | Pointer to **int** | Errors encountered by the participant. |
    18  **ErrorCodeUrl** | Pointer to **string** | Twilio error code dictionary link. |
    19  **MediaRegion** | Pointer to [**string**](VideoParticipantSummaryEnumTwilioRealm.md) |  |
    20  **Properties** | Pointer to **interface{}** | Object containing information about the participant's data from the room. See [below](https://www.twilio.com/docs/video/troubleshooting/video-log-analyzer-api#properties) for more information. |
    21  **EdgeLocation** | Pointer to [**string**](VideoParticipantSummaryEnumEdgeLocation.md) |  |
    22  **PublisherInfo** | Pointer to **interface{}** | Object containing information about the SDK name and version. See [below](https://www.twilio.com/docs/video/troubleshooting/video-log-analyzer-api#publisher_info) for more information. |
    23  **Url** | Pointer to **string** | URL of the participant resource. |
    24  
    25  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    26  
    27