Closed fippo closed 7 years ago
currently parseRtpEncodingParameters parses both b=AS and b=TIAS into maxBandwidth but the b=AS value is not converted to bits per second
also if an unknown bandwidth is passed in this will generate chaos as the else-path does not exist.
currently parseRtpEncodingParameters parses both b=AS and b=TIAS into maxBandwidth but the b=AS value is not converted to bits per second