Issue 192: Promises in RtpSender/RtpReceiver methods

Submitted by Bernard Aboba:
https://github.com/openpeer/ortc/issues/192

Currently neither sender.send() nor receiver.receive() use Promises. The question is whether there are any errors that cannot be detected synchronously (such as subtle issues with the EncodingParameters) that might require a promise.

Received on Friday, 1 May 2015 17:32:19 UTC