parse_audio_offer

Function parse_audio_offer 

Source
pub fn parse_audio_offer(sdp: &str) -> Option<AudioOffer>
Expand description

Parse the audio portion of an SDP offer.

Returns None when there is no usable m=audio line or no connection address — an offer we cannot answer.