Issue #103: RTCRtpSender and RTCRtpReceiver

>From Shijun Sun:

Call send() with invalid params will throw invalid access exception

Call send() after send() is invalid, will throw invalid access exception, unless called stop() explicitly first

Call stop(), the receiver side mediastreamtrack will become muted. The spec should define the behavior.

Call receive() with invalid params will throw invalid access exception

Call receive () after receive () is invalid, will throw invalid access exception, unless called stop() explicitly first

not clear when the “error” event should be fired on the RtpSender and RtpReceiver.

Received on Friday, 20 June 2014 16:10:24 UTC