<div dir="ltr">Hi all!<br>Some time ago Chromium browser sets rtcpMuxPolicy: required by default (soon on Chrome 58)<br>It means that webRTC based clients not accepts <br>a=rtcp:31757<br>And uses for RTP and RTCP multiplexing at one port<br><br>Main trouble that i found: calls between original SIP client and webRTC client (SIP client is initiator of call)<br><br>When sip client sends invite it has<br>a=rtcp:33445<br>Means it wants 2 different prots for RTCP and RTP<br><br>As expected for this case webRTC client says 488 Not accessible here  instead of 200 resonse<br><br>I suppose rtpengine module should hept to handle it but i can not find any key how to do it<br><br>I added form rtpengine_manage()<br>rtcp-mux-offer and rtcp-mux-accept but it only adds "a=rtcp-mux"<br>But not removes a=rtcp and ice cadidate prepeared for it.<br><br>Suppose removing a=rtcp:12345 will gives just an issue for RTP session.<br><br>Does rtpengine module have some keys for resole this issue?<br><br><br> <br><br></div>