Expand description
ICE Candidate parser following RFC5245.
The main entry point for this library is the parse
function. See the docs of that function for more information.
Modules§
- parsers
- Nom parsers for parsing the ICE candidates.
Structs§
- IceCandidate
- The ICE candidate struct. Contains all data from the SDP.
Enums§
- Candidate
Type - All possible candidate types.
- Transport
- The transport type. In almost all cases this will be
Transport::Udp
.
Functions§
- parse
- Parse an SDP bytestring, return an
IceCandidate
struct.