I made PR 398 to make RtpTransceiver.mid and to remove RtpSender.mid and RtpReceiver.mid

Based on our decision at TPAC 2015, I made a PR updating RtpTransceiver.mid
to be nullable and follow the rules of JSEP for when it's null and not and
what the value should be when (it just refers to JSEP, it doesn't duplicate
the rules that don't exist yet).  I also removed RtpSender.mid and
RtpReceiver.mid.  Since RtpTransceiver.sender and .receiver are now
"SameObject", those aren't needed.

https://github.com/w3c/webrtc-pc/pull/398

Received on Friday, 20 November 2015 00:04:35 UTC