MOQX.Operation.AddTrack (moqx v0.8.1)

Copy Markdown View Source

Registers one track under an active publication.

Summary

Types

t()

@type t() :: %MOQX.Operation.AddTrack{
  options: keyword(),
  publication: MOQX.Publication.t(),
  track: binary()
}