Closed Bug 1021647 Opened 11 years ago Closed 10 years ago

WebRTC: removeTrack API not supported

Categories

(Core :: WebRTC: Networking, defect, P2)

29 Branch
x86_64
Windows 7
defect

Tracking

()

RESOLVED DUPLICATE of bug 1103188

People

(Reporter: rajkumaradass, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36 Steps to reproduce: Doesn't firefox support removeTrack()? as it doesn't recognize the method. This works well for chrome & Opera. Or is it a different API? Below is the code snippet videoTracks = localStream.getVideoTracks(); localStream.removeTrack(videoTracks[0]); Actual results: It doesn't recognize the method "localStream.removeTrack(videoTracks[0]);" Expected results: Should recognize the method.
Component: Untriaged → WebRTC
Product: Firefox → Core
Since the easiest way to test the handling of removed remote tracks in renegotiation is to write support for RemoveTrack, I have started implementing this over in bug 1017888.
even now removeTracks API is not supported. It says undefined function..can someone confirm whats the plan for this API implementation.. Byron Campen ???
Could anyone please point us with the current implementation status of the 'removeTrack' API?
Andreas -- Can you link this to the bug where you'll be adding removeTrack? Likely it makes sense to dup this to that bug.
Status: UNCONFIRMED → NEW
backlog: --- → webRTC+
Rank: 25
Component: WebRTC → WebRTC: Networking
Ever confirmed: true
Flags: needinfo?(pehrsons)
Priority: -- → P2
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(pehrsons)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.