Issue 188: Priority calculation not possible without component





From Robin Raymond:

https://tools.ietf.org/html/rfc5245#section-4.1.2.1


   priority = (2^24)*(type preference) +
              (2^8)*(local preference) +
              (2^0)*(256 - component ID)


The trouble is that the gatherer will start gathering on construction and reporting candidates. The trouble is the priority cannot be calculated as per recommendation because the component ID is not known upon construction. Associated RTCP based gatherers are passed into the start method for a transport created by "createAssociatedTransport()" but the gatherer is not specifically an RTCP based gatherer.

—
Reply to this email directly or view it on GitHub<https://github.com/openpeer/ortc/issues/188>.

Received on Saturday, 11 April 2015 21:39:58 UTC