A trickled WebRTC ICE candidate.
Summary
Types
@type t() :: %VoxRtcServer.IceCandidate{ candidate: String.t(), sdp_m_line_index: non_neg_integer() | nil, sdp_mid: String.t() | nil, username_fragment: String.t() | nil }
A trickled WebRTC ICE candidate.
@type t() :: %VoxRtcServer.IceCandidate{ candidate: String.t(), sdp_m_line_index: non_neg_integer() | nil, sdp_mid: String.t() | nil, username_fragment: String.t() | nil }