View Source Fishjam.Component.SIP (Fishjam Server SDK v0.6.0)

Options for the SIP component.

For the description of these options refer to Fishjam documentation.

Summary

Types

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