# `ExSDP.Parser`
[🔗](https://github.com/membraneframework/ex_sdp/blob/v1.2.0/lib/ex_sdp/parser.ex#L1)

This module is responsible for parsing SDP multimedia session.

# `parse`

```elixir
@spec parse(binary()) ::
  {:ok, ExSDP.t()} | {:error, atom() | {:not_supported_addr_type, binary()}}
```

Parses SDP Multimedia Session.

# `parse!`

```elixir
@spec parse!(binary()) :: ExSDP.t()
```

Parses SDP Multimedia Session raising an exception in case of failure.

---

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