Closed
Bug 1021647
Opened 11 years ago
Closed 10 years ago
WebRTC: removeTrack API not supported
Categories
(Core :: WebRTC: Networking, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1103188
| backlog | webrtc/webaudio+ |
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.
Updated•11 years ago
|
Component: Untriaged → WebRTC
Product: Firefox → Core
Comment 1•11 years ago
|
||
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.
Comment 2•10 years ago
|
||
even now removeTracks API is not supported. It says undefined function..can someone confirm whats the plan for this API implementation.. Byron Campen ???
| Reporter | ||
Comment 3•10 years ago
|
||
Could anyone please point us with the current implementation status of the 'removeTrack' API?
Comment 4•10 years ago
|
||
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
Updated•10 years ago
|
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.
Description
•