Issue 103: RTCRtpSender and RTCRtpReceiver

Github link: https://github.com/openpeer/ortc/issues/103

>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 Wednesday, 25 June 2014 22:19:48 UTC