Summary: | WebRTC: Add support for the icecandidate event in MediaEndpointPeerConnection | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Adam Bergkvist <adam.bergkvist> | ||||||||
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | alex, commit-queue, eric.carlson, pnormand | ||||||||
Priority: | P2 | ||||||||||
Version: | WebKit Nightly Build | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Bug Depends on: | |||||||||||
Bug Blocks: | 143211, 162961 | ||||||||||
Attachments: |
|
Description
Adam Bergkvist
2016-10-05 00:13:39 PDT
Created attachment 290696 [details]
Proposed patch
Comment on attachment 290696 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=290696&action=review > Source/WebCore/ChangeLog:12 > + Add API to Internals to emulate WebRTC platform events. Such as dispatching a set of ICE Nit: "platform events. Such as" -> "platform events, such as" Created attachment 290783 [details]
Patch for landing
Created attachment 290794 [details]
Updated patch (for landing)
Thanks for reviewing. Fixed nits in patch for landing. Comment on attachment 290794 [details] Updated patch (for landing) Clearing flags on attachment: 290794 Committed r206856: <http://trac.webkit.org/changeset/206856> |