- From: <bugzilla@jessica.w3.org>
- Date: Tue, 04 Jun 2013 21:34:05 +0000
- To: public-media-capture@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22272
Bug ID: 22272
Summary: Permission revokation via MediaStreamTrack.stop()
Classification: Unclassified
Product: WebRTC Working Group
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: Media Capture and Streams
Assignee: public-media-capture@w3.org
Reporter: dom@w3.org
CC: public-media-capture@w3.org
Right now the spec says:
"Note that a web application can revoke all given permissions with
MediaStreamTrack.stop()."
but there is no matching conformance requirement; I believe the stop() method
should describe the relevant conformance requirements, e.g. "The User Agent
must revoke all given permissions for the given media source (?) when the
stop() method is invoked".
I'm not sure if that also means revoking access to other existing media tracks
that would originate from the same source, or if it "only" means requiring
consent for new tracks originating from the said source.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
Received on Tuesday, 4 June 2013 21:34:06 UTC