Specter.Config (specter v0.5.0)
View SourceA representation of configuration kept in the initialized NIF.
Summary
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.