- From: Robin Raymond via GitHub <sysbot+gh@w3.org>
- Date: Thu, 21 Apr 2016 14:01:18 +0000
- To: public-ortc@w3.org
robin-raymond has just created a new issue for https://github.com/openpeer/ortc: == relatedPort on ICE candidate == >relatedPort of type unsigned short >For candidates that are derived from others, such as relay or reflexive candidates, the relatedPort refers to the host candidate that these are derived from. For host candidates, the relatedPort is null. >For host candidates, "the relatedPort is null." It's not nullable so it can't be null. Should read: >For host candidates, the relatedPort is 0. Please view or discuss this issue at https://github.com/openpeer/ortc/issues/484 using your GitHub account
Received on Thursday, 21 April 2016 14:01:22 UTC