[ortc] RTCRtpReceiver.getParameters() needed

ibc has just created a new issue for https://github.com/openpeer/ortc:

== RTCRtpReceiver.getParameters() needed ==
Related to #355:

> Yes, to stop sending an encoding, call send() with 
parameters.encodings[j].active set to "false". Setting active to 
"true" and calling send() again will start sending again.
> In WebRTC 1.0, getParameters() is used to retrieve RTCRtpParameters,
 and then setParameters() can be used with active set to "false" or 
"true" to accomplish the same thing.

If ORTC does not provide such a `getParameters()` method, then 
switching from `active:true` to `active:false` and vice-versa becomes 
*very* hard given that the user/app should keep the rtp parameters 
object previously passed to `receive()` in order to switch the 
`active` flag.

Please view or discuss this issue at 
https://github.com/openpeer/ortc/issues/365 using your GitHub account

Received on Thursday, 21 January 2016 20:01:18 UTC