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

     1  # InsightsV1Conference
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **ConferenceSid** | Pointer to **string** | The unique SID identifier of the Conference. |
     8  **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. |
     9  **FriendlyName** | Pointer to **string** | Custom label for the conference resource, up to 64 characters. |
    10  **CreateTime** | Pointer to [**time.Time**](time.Time.md) | Conference creation date and time in ISO 8601 format. |
    11  **StartTime** | Pointer to [**time.Time**](time.Time.md) | Timestamp in ISO 8601 format when the conference started. Conferences do not start until at least two participants join, at least one of whom has startConferenceOnEnter=true. |
    12  **EndTime** | Pointer to [**time.Time**](time.Time.md) | Conference end date and time in ISO 8601 format. |
    13  **DurationSeconds** | Pointer to **int** | Conference duration in seconds. |
    14  **ConnectDurationSeconds** | Pointer to **int** | Duration of the between conference start event and conference end event in seconds. |
    15  **Status** | Pointer to [**string**](ConferenceEnumConferenceStatus.md) |  |
    16  **MaxParticipants** | Pointer to **int** | Maximum number of concurrent participants as specified by the configuration. |
    17  **MaxConcurrentParticipants** | Pointer to **int** | Actual maximum number of concurrent participants in the conference. |
    18  **UniqueParticipants** | Pointer to **int** | Unique conference participants based on caller ID. |
    19  **EndReason** | Pointer to [**string**](ConferenceEnumConferenceEndReason.md) |  |
    20  **EndedBy** | Pointer to **string** | Call SID of the participant whose actions ended the conference. |
    21  **MixerRegion** | Pointer to [**string**](ConferenceEnumRegion.md) |  |
    22  **MixerRegionRequested** | Pointer to [**string**](ConferenceEnumRegion.md) |  |
    23  **RecordingEnabled** | Pointer to **bool** | Boolean. Indicates whether recording was enabled at the conference mixer. |
    24  **DetectedIssues** | Pointer to **interface{}** | Potential issues detected by Twilio during the conference. |
    25  **Tags** | Pointer to [**[]string**](ConferenceEnumTag.md) | Tags for detected conference conditions and participant behaviors which may be of interest. |
    26  **TagInfo** | Pointer to **interface{}** | Object. Contains details about conference tags including severity. |
    27  **ProcessingState** | Pointer to [**string**](ConferenceEnumProcessingState.md) |  |
    28  **Url** | Pointer to **string** | The URL of this resource. |
    29  **Links** | Pointer to **map[string]interface{}** | Contains a dictionary of URL links to nested resources of this Conference. |
    30  
    31  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    32  
    33