View Source Specter.Config (specter v0.4.1)

A representation of configuration kept in the initialized NIF.

Link to this section Summary

Types

t()

A representation of the configuration kept by the initialized NIF. Note that this does not map 1:1 to actual webrtc.rs data structures, but is an Elixir data structure into which the NIF can encode its config.

Link to this section Types

@type t() :: %Specter.Config{ice_servers: [Specter.ice_server()]}

A representation of the configuration kept by the initialized NIF. Note that this does not map 1:1 to actual webrtc.rs data structures, but is an Elixir data structure into which the NIF can encode its config.