View Source ExWebRTC.ICECandidate (ex_webrtc v0.4.1)
Implementation of the RTCIceCandidate.
Summary
Types
@type t() :: %ExWebRTC.ICECandidate{ candidate: binary(), sdp_m_line_index: non_neg_integer() | nil, sdp_mid: non_neg_integer() | nil, username_fragment: binary() | nil }