# `Twilio.Resources.Video.V1.Room.Participant.SubscribedTrack`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/resources/video/v1/room/participant/subscribed_track.ex#L2)

SubscribedTrack resource.

SID prefix: `MT`

Parent: `/Rooms/{RoomSid}/Participants/{Sid}`

## Properties

| Field | Description |
|-------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_created` | The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `date_updated` | The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.. Format: date-time |
| `enabled` | Whether the track is enabled. |
| `kind` | The track type. Can be: `audio`, `video` or `data`.. Values: `audio`, `video`, `data` |
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `name` | The track name. Must have no more than 128 characters and be unique among the participant's published tracks. |
| `participant_sid` | The SID of the participant that subscribes to the track. |
| `publisher_sid` | The SID of the participant that publishes the track. |
| `room_sid` | The SID of the room where the track is published. |
| `sid` | The unique string that we created to identify the RoomParticipantSubscribedTrack resource. |
| `url` | The absolute URL of the resource.. Format: uri |

# `t`

```elixir
@type t() :: %Twilio.Resources.Video.V1.Room.Participant.SubscribedTrack{
  date_created: String.t() | nil,
  date_updated: String.t() | nil,
  enabled: boolean() | nil,
  kind: String.t(),
  name: String.t() | nil,
  participant_sid: String.t() | nil,
  publisher_sid: String.t() | nil,
  room_sid: String.t() | nil,
  sid: String.t() | nil,
  url: String.t() | nil
}
```

# `object_name`

# `sid_prefix`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
