View Source Jellyfish.Component.SIP (Jellyfish Server SDK v0.5.1)

Options for the SIP component.

For the description of these options refer to Jellyfish documentation.

Summary

Types

@type t() :: %Jellyfish.Component.SIP{
  registrar_credentials: %{
    address: String.t(),
    password: String.t(),
    username: String.t()
  }
}