Bug 158690 - WebRTC: Imlement MediaEndpointPeerConnection::addIceCandidate()
Summary: WebRTC: Imlement MediaEndpointPeerConnection::addIceCandidate()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 143211
  Show dependency treegraph
 
Reported: 2016-06-13 05:24 PDT by Adam Bergkvist
Modified: 2016-06-14 09:39 PDT (History)
1 user (show)

See Also:


Attachments
Proposed patch (17.47 KB, patch)
2016-06-14 06:38 PDT, Adam Bergkvist
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.