Closed Bug 1212613 Opened 9 years ago Closed 9 years ago

WebRTC LocalMediaStream doesn't implement the "active" property of MediaStream

Categories

(Core :: WebRTC, defect, P2)

41 Branch
defect

Tracking

()

RESOLVED DUPLICATE of bug 1208316

People

(Reporter: shanlys, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

Attached file testcase.html
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0 Build ID: 20151001175956 Steps to reproduce: Test Case steps: 1. Open the attached test case 2. Go to the console 3. Note that the object type is LocalMediaStream Actual results: getUserMedia() returned a LocalMediaStream to the success callback. The LocalMediaStream doesn't seem to implement the same API as MediaStream (namely, the "active" property is missing). Expected results: A MediaStream object should have been returned instead of LocalMediaStream (as per http://w3c.github.io/mediacapture-main/getusermedia.html#dom-mediadevices-getusermedia).
Component: Untriaged → WebRTC
Product: Firefox → Core
Status: UNCONFIRMED → NEW
Ever confirmed: true
Blocks: webrtc_spec
backlog: --- → webrtc/webaudio+
Rank: 25
Priority: -- → P2
Two things here; The `active` attribute is not implemented for MediaStream either. Marking this as a duplicate of that feature. LocalMediaStream will go away at some point after the `remote` attribute has been implemented for tracks.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: