Closed
Bug 1643472
Opened 4 years ago
Closed 4 years ago
Fire ended event on screen-sharing track when user revokes permission in Firefox UI
Categories
(Core :: WebRTC: Audio/Video, defect, P2)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jib, Unassigned)
References
(Blocks 3 open bugs)
Details
(Keywords: parity-chrome)
+++ This bug was initially created as a clone of Bug #1642807 +++
The spec says we should fire the ended
event if a track "ends for any reason other than the stop() method being invoked".
We already do so on camera and microphone tracks when the user revokes permission from the pageinfo dropdown. We should do the same for screen-capture.
Reporter | ||
Updated•4 years ago
|
Keywords: parity-chrome
Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Is this something that the media stack should do, or something the front-end code should be responsible for when "Stop sharing" is clicked?
Flags: needinfo?(jib)
Reporter | ||
Comment 2•4 years ago
|
||
Both I think. I'll attempt a patch to duplicate what we do for camera + mic.
Flags: needinfo?(jib)
Reporter | ||
Comment 3•4 years ago
|
||
Sorry, this already works. Pilot error on my part (I misremembered and confused it with bug 1615282).
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•