Bug 158690

Summary: WebRTC: Imlement MediaEndpointPeerConnection::addIceCandidate()
Product: WebKit Reporter: Adam Bergkvist <adam.bergkvist>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 143211    
Attachments:
Description Flags
Proposed patch none

Description Adam Bergkvist 2016-06-13 05:24:20 PDT
MediaEndpointPeerConnection::addIceCandidate() provides an implementation for RTCPeerConnection.addIceCandidate [1].

[1] https://w3c.github.io/webrtc-pc/archives/20160513/webrtc.html#dom-peerconnection-addicecandidate
Comment 1 Adam Bergkvist 2016-06-14 06:38:43 PDT
Created attachment 281252 [details]
Proposed patch
Comment 2 Adam Bergkvist 2016-06-14 09:17:41 PDT
Comment on attachment 281252 [details]
Proposed patch

Thanks for reviewing
Comment 3 WebKit Commit Bot 2016-06-14 09:39:41 PDT
Comment on attachment 281252 [details]
Proposed patch

Clearing flags on attachment: 281252

Committed r202048: <http://trac.webkit.org/changeset/202048>
Comment 4 WebKit Commit Bot 2016-06-14 09:39:44 PDT
All reviewed patches have been landed.  Closing bug.