ExSDP.Attribute.Group (ExSDP v1.1.2)

View Source

This module represents group (RFC 5888).

Summary

Types

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

t()

Types

attr_key()

@type attr_key() :: :group

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

t()

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

Functions

parse(group)

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