Specter.Config (specter v0.5.0)

View Source

A representation of configuration kept in the initialized NIF.

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.

Types

t()

@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.