- From: Justin Uberti <juberti@google.com>
- Date: Thu, 17 Apr 2014 18:15:58 +0200
- To: Bernard Aboba <Bernard.Aboba@microsoft.com>
- Cc: "public-ortc@w3.org" <public-ortc@w3.org>
Received on Thursday, 17 April 2014 16:16:45 UTC
LGTM. We also need RTCIceTcpCandidateType tcpType for RFC 6544.
On Wed, Apr 2, 2014 at 2:36 AM, Bernard Aboba
<Bernard.Aboba@microsoft.com>wrote:
> At IETF 89, the minutes indicate that there was consensus to make ICE-TCP
> (RFC 6544) a MUST implement.
>
> See:
> http://www.ietf.org/proceedings/89/minutes/minutes-89-rtcweb (Transport
> discussion)
> http://www.ietf.org/mail-archive/web/rtcweb/current/msg11958.html
>
> However, there is no protocol attribute in RTCIceCandidate to indicate if
> the candidate uses UDP or TCP.
>
> Fix:
>
> dictionary RTCIceCandidate {
> DOMString foundation;
> unsigned long priority;
> DOMString ip;
> unsigned short port;
> RTCIceProtocol protocol;
> RTCIceCandidateType type;
> DOMString? relatedAddress;
> unsigned short? relatedPort;
> };
>
> enum RTCIceProtocol {
> "udp:,
> "tcp"
> }
>
Received on Thursday, 17 April 2014 16:16:45 UTC