View Source Specter.Config (specter v0.3.0)
A representation of configuration kept in the initialized NIF.
Link to this section Summary
Link to this section Types
Specs
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.