View Source Mediasoup.Worker.UpdateableSettings (mediasoup_elixir v0.9.0)

https://mediasoup.org/documentation/v3/mediasoup/api/#WorkerUpdateableSettings

Link to this section Summary

Link to this section Types

@type t() :: %Mediasoup.Worker.UpdateableSettings{
  log_level: Mediasoup.Worker.log_level() | nil,
  log_tags: [Mediasoup.Worker.log_tag()] | nil
}

Link to this section Functions

@spec from_map(map()) :: t()