SDP munging, which is sometimes also called SDP mangling, is the process of modifying theĀ SDP message contents prior to passing it to WebRTC.
SDP munging can take place before passing the local SDP created using createOffer() and/or createAnswer() to setLocalDescription(), or before passing the SDP received over the network to setRemoteDescription().