Function webrtc_sdp::parse_sdp

source ·
pub fn parse_sdp(
    sdp: &str,
    fail_on_warning: bool
) -> Result<SdpSession, SdpParserError>