3 Clean up RTCDataChannel
4 https://bugs.webkit.org/show_bug.cgi?id=169732
5
6 Reviewed by NOBODY (OOPS!).
7
8 Update based on 13 March 2017 Editor's Draft of the WebRTC spec.
9
10 Add maxPacketLifeTime, and alias older maxRetransmitTime to it.
11 * Modules/mediastream/RTCDataChannel.h:
12 * Modules/mediastream/RTCDataChannel.idl: Reorder based on the spec. Add FIXMEs as necessary.
13 * Modules/mediastream/RTCPeerConnection.idl: Update maxPacketLifeTime here also. Add
14 [EnforceRange], which depends on bug 169731.
15 * Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp: Refactor.
16 (WebCore::LibWebRTCMediaEndpoint::createDataChannel):
17 (WebCore::LibWebRTCMediaEndpoint::addDataChannel):
18 * platform/mediastream/RTCDataChannelHandler.h: Refactor.
19
202017-03-15 Jon Lee <jonlee@apple.com>
21