- From: Harald Alvestrand via GitHub <sysbot+gh@w3.org>
- Date: Tue, 03 May 2016 10:29:22 +0000
- To: public-webrtc@w3.org
alvestrand has just created a new issue for https://github.com/w3c/webrtc-pc: == ICE candidate types should come with references == As I'm switching the RTCStatsIceCandidateType in stats to use the enum from the main spec, I'd like to preserve the nice links I made for the candidates. Note that the webrtc-pc spec uses shorter names than the stats spec did, so don't copy-paste. <dl class="idl" title="enum RTCStatsIceCandidateType"> <dt>host</dt> <dd><p>Defined in Section 4.1.1.1 of [[!RFC5245]].</p></dd> <dt>serverreflexive</dt> <dd><p>Defined in Section 4.1.1.2 of [[!RFC5245]].</p></dd> <dt>peerreflexive</dt> <dd><p>Defined in Section 4.1.1.2 of [[!RFC5245]].</p></dd> <dt>relayed</dt> <dd><p>Defined in Section 7.1.3.2.1 of [[!RFC5245]].</p></dd> </dl> Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/612 using your GitHub account
Received on Tuesday, 3 May 2016 10:29:23 UTC