github.com/twilio/twilio-go@v1.20.1/rest/insights/v1/docs/InsightsV1ConferenceParticipant.md (about) 1 # InsightsV1ConferenceParticipant 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **ParticipantSid** | Pointer to **string** | SID for this participant. | 8 **Label** | Pointer to **string** | The user-specified label of this participant. | 9 **ConferenceSid** | Pointer to **string** | The unique SID identifier of the Conference. | 10 **CallSid** | Pointer to **string** | Unique SID identifier of the call that generated the Participant resource. | 11 **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. | 12 **CallDirection** | Pointer to [**string**](ConferenceParticipantEnumCallDirection.md) | | 13 **From** | Pointer to **string** | Caller ID of the calling party. | 14 **To** | Pointer to **string** | Called party. | 15 **CallStatus** | Pointer to [**string**](ConferenceParticipantEnumCallStatus.md) | | 16 **CountryCode** | Pointer to **string** | ISO alpha-2 country code of the participant based on caller ID or called number. | 17 **IsModerator** | Pointer to **bool** | Boolean. Indicates whether participant had startConferenceOnEnter=true or endConferenceOnExit=true. | 18 **JoinTime** | Pointer to [**time.Time**](time.Time.md) | ISO 8601 timestamp of participant join event. | 19 **LeaveTime** | Pointer to [**time.Time**](time.Time.md) | ISO 8601 timestamp of participant leave event. | 20 **DurationSeconds** | Pointer to **int** | Participant durations in seconds. | 21 **OutboundQueueLength** | Pointer to **int** | Add Participant API only. Estimated time in queue at call creation. | 22 **OutboundTimeInQueue** | Pointer to **int** | Add Participant API only. Actual time in queue in seconds. | 23 **JitterBufferSize** | Pointer to [**string**](ConferenceParticipantEnumJitterBufferSize.md) | | 24 **IsCoach** | Pointer to **bool** | Boolean. Indicated whether participant was a coach. | 25 **CoachedParticipants** | Pointer to **[]string** | Call SIDs coached by this participant. | 26 **ParticipantRegion** | Pointer to [**string**](ConferenceParticipantEnumRegion.md) | | 27 **ConferenceRegion** | Pointer to [**string**](ConferenceParticipantEnumRegion.md) | | 28 **CallType** | Pointer to [**string**](ConferenceParticipantEnumCallType.md) | | 29 **ProcessingState** | Pointer to [**string**](ConferenceParticipantEnumProcessingState.md) | | 30 **Properties** | Pointer to **interface{}** | Participant properties and metadata. | 31 **Events** | Pointer to **interface{}** | Object containing information of actions taken by participants. Contains a dictionary of URL links to nested resources of this Conference Participant. | 32 **Metrics** | Pointer to **interface{}** | Object. Contains participant call quality metrics. | 33 **Url** | Pointer to **string** | The URL of this resource. | 34 35 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 36 37