# `ExSDP.Attribute.MSID`
[🔗](https://github.com/membraneframework/ex_sdp/blob/v1.2.0/lib/ex_sdp/attribute/msid.ex#L1)

This module represents msid (RFC 8830).

# `attr_key`

```elixir
@type attr_key() :: :msid
```

Key that can be used for searching this attribute using `ExSDP.Media.get_attribute/2`.

# `t`

```elixir
@type t() :: %ExSDP.Attribute.MSID{app_data: binary() | nil, id: binary()}
```

# `new`

```elixir
@spec new(id :: binary(), app_data :: binary() | nil) :: t()
```

# `parse`

```elixir
@spec parse(binary()) :: {:ok, t()} | {:error, :invalid_msid}
```

---

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