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

     1  # InsightsV1VideoRoomSummary
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | Account SID associated with this room. |
     8  **RoomSid** | Pointer to **string** | Unique identifier for the room. |
     9  **RoomName** | Pointer to **string** | Room friendly name. |
    10  **CreateTime** | Pointer to [**time.Time**](time.Time.md) | Creation time of the room. |
    11  **EndTime** | Pointer to [**time.Time**](time.Time.md) | End time for the room. |
    12  **RoomType** | Pointer to [**string**](VideoRoomSummaryEnumRoomType.md) |  |
    13  **RoomStatus** | Pointer to [**string**](VideoRoomSummaryEnumRoomStatus.md) |  |
    14  **StatusCallback** | Pointer to **string** | Webhook provided for status callbacks. |
    15  **StatusCallbackMethod** | Pointer to **string** | HTTP method provided for status callback URL. |
    16  **CreatedMethod** | Pointer to [**string**](VideoRoomSummaryEnumCreatedMethod.md) |  |
    17  **EndReason** | Pointer to [**string**](VideoRoomSummaryEnumEndReason.md) |  |
    18  **MaxParticipants** | Pointer to **int** | Max number of total participants allowed by the application settings. |
    19  **UniqueParticipants** | Pointer to **int** | Number of participants. May include duplicate identities for participants who left and rejoined. |
    20  **UniqueParticipantIdentities** | Pointer to **int** | Unique number of participant identities. |
    21  **ConcurrentParticipants** | Pointer to **int** | Actual number of concurrent participants. |
    22  **MaxConcurrentParticipants** | Pointer to **int** | Maximum number of participants allowed in the room at the same time allowed by the application settings. |
    23  **Codecs** | Pointer to [**[]string**](VideoRoomSummaryEnumCodec.md) | Codecs used by participants in the room. Can be `VP8`, `H264`, or `VP9`. |
    24  **MediaRegion** | Pointer to [**string**](VideoRoomSummaryEnumTwilioRealm.md) |  |
    25  **DurationSec** | Pointer to **int64** | Total room duration from create time to end time. |
    26  **TotalParticipantDurationSec** | Pointer to **int64** | Combined amount of participant time in the room. |
    27  **TotalRecordingDurationSec** | Pointer to **int64** | Combined amount of recorded seconds for participants in the room. |
    28  **ProcessingState** | Pointer to [**string**](VideoRoomSummaryEnumProcessingState.md) |  |
    29  **RecordingEnabled** | Pointer to **bool** | Boolean indicating if recording is enabled for the room. |
    30  **EdgeLocation** | Pointer to [**string**](VideoRoomSummaryEnumEdgeLocation.md) |  |
    31  **Url** | Pointer to **string** | URL for the room resource. |
    32  **Links** | Pointer to **map[string]interface{}** | Room subresources. |
    33  
    34  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    35  
    36