ExSDP.Attribute.Group (ExSDP v0.4.0) View Source

This module represents group (RFC 5888).

Link to this section Summary

Types

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

t()

Link to this section Types

Specs

attr_key() :: :group

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

Specs

t() :: %ExSDP.Attribute.Group{mids: [String.t()], semantics: String.t()}

Link to this section Functions

Specs

parse(binary()) :: {:ok, t()} | {:error, :invalid_group}