I'm following a Stack Overflow post on improving audio quality in WebRTC:
Is it really possible for webRTC to stream high quality audio without noise?
In the one answer, they edit the message between createAnswer() and setLocalDescription()
However this article on limiting bandwidth of WebRTC connections says "we are not allowed to modify the offer between createOffer (or createAnswer) and setLocalDescription"
https://webrtchacks.com/limit-webrtc-bandwidth-sdp/
So my question is: which is correct?