Open
Description
See discussion starting at w3c/webrtc-pc#1734 (comment).
And MCU is a Multipoint Conferencing Unit.
In that issue, the underlying problem is that https://w3c.github.io/webrtc-pc/#dom-rtcrtpcontributingsource-audiolevel depends on https://tools.ietf.org/html/rfc6465 and a particular header in RTP being used.
To test this would require something similar in concept to wptserve (HTTP server) or pywebsocket (WebSockets server), i.e. controlling what gets sent to the browser on the network. Possibly it would also be required to first support some other bits around STUN/TURN, DTLS, etc., to even get the browser to a point where it would send RTP.