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

     1  # InsightsV1Event
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **Timestamp** | Pointer to **string** | Event time. |
     8  **CallSid** | Pointer to **string** | The unique SID identifier of the Call. |
     9  **AccountSid** | Pointer to **string** | The unique SID identifier of the Account. |
    10  **Edge** | Pointer to [**string**](EventEnumTwilioEdge.md) |  |
    11  **Group** | Pointer to **string** | Event group. |
    12  **Level** | Pointer to [**string**](EventEnumLevel.md) |  |
    13  **Name** | Pointer to **string** | Event name. |
    14  **CarrierEdge** | Pointer to **interface{}** | Represents the connection between Twilio and our immediate carrier partners. The events here describe the call lifecycle as reported by Twilio's carrier media gateways. |
    15  **SipEdge** | Pointer to **interface{}** | Represents the Twilio media gateway for SIP interface and SIP trunking calls. The events here describe the call lifecycle as reported by Twilio's public media gateways. |
    16  **SdkEdge** | Pointer to **interface{}** | Represents the Voice SDK running locally in the browser or in the Android/iOS application. The events here are emitted by the Voice SDK in response to certain call progress events, network changes, or call quality conditions. |
    17  **ClientEdge** | Pointer to **interface{}** | Represents the Twilio media gateway for Client calls. The events here describe the call lifecycle as reported by Twilio's Voice SDK media gateways. |
    18  
    19  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    20  
    21