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.
pub fn parse_audio_offer(sdp: &str) -> Option<AudioOffer>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.