Bug 153063

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

Description Adam Bergkvist 2016-01-13 04:21:32 PST
RTCRtpSender.replaceTrack() lets the script replace the currently sent track without negotiation [1].

[1] http://w3c.github.io/webrtc-pc/#widl-RTCRtpSender-replaceTrack-Promise-void--MediaStreamTrack-withTrack
Comment 1 Adam Bergkvist 2016-01-13 06:17:24 PST
Created attachment 268865 [details]
Proposed patch
Comment 2 Adam Bergkvist 2016-01-13 06:21:53 PST
Created attachment 268866 [details]
Updated patch

Removed a whitespace line
Comment 3 WebKit Commit Bot 2016-01-13 11:22:42 PST
Comment on attachment 268866 [details]
Updated patch

Clearing flags on attachment: 268866

Committed r194968: <http://trac.webkit.org/changeset/194968>
Comment 4 WebKit Commit Bot 2016-01-13 11:22:45 PST
All reviewed patches have been landed.  Closing bug.