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

     1  # VideoV1RoomRecording
     2  
     3  ## Properties
     4  
     5  Name | Type | Description | Notes
     6  ------------ | ------------- | ------------- | -------------
     7  **AccountSid** | Pointer to **string** | The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the RoomRecording resource. |
     8  **Status** | Pointer to [**string**](RoomRecordingEnumStatus.md) |  |
     9  **DateCreated** | Pointer to [**time.Time**](time.Time.md) | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. |
    10  **Sid** | Pointer to **string** | The unique string that we created to identify the RoomRecording resource. |
    11  **SourceSid** | Pointer to **string** | The SID of the recording source. For a Room Recording, this value is a `track_sid`. |
    12  **Size** | Pointer to **int64** | The size of the recorded track in bytes. |
    13  **Url** | Pointer to **string** | The absolute URL of the resource. |
    14  **Type** | Pointer to [**string**](RoomRecordingEnumType.md) |  |
    15  **Duration** | Pointer to **int** | The duration of the recording rounded to the nearest second. Sub-second duration tracks have a `duration` of 1 second |
    16  **ContainerFormat** | Pointer to [**string**](RoomRecordingEnumFormat.md) |  |
    17  **Codec** | Pointer to [**string**](RoomRecordingEnumCodec.md) |  |
    18  **GroupingSids** | Pointer to **interface{}** | A list of SIDs related to the Recording. Includes the `room_sid` and `participant_sid`. |
    19  **TrackName** | Pointer to **string** | The name that was given to the source track of the recording. If no name is given, the `source_sid` is used. |
    20  **Offset** | Pointer to **int64** | The time in milliseconds elapsed between an arbitrary point in time, common to all group rooms, and the moment when the source room of this track started. This information provides a synchronization mechanism for recordings belonging to the same room. |
    21  **MediaExternalLocation** | Pointer to **string** | The URL of the media file associated with the recording when stored externally. See [External S3 Recordings](/docs/video/api/external-s3-recordings) for more details. |
    22  **RoomSid** | Pointer to **string** | The SID of the Room resource the recording is associated with. |
    23  **Links** | Pointer to **map[string]interface{}** | The URLs of related resources. |
    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