This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25856 - Add way to find out if a MST is isolated or becomes isolated
Summary: Add way to find out if a MST is isolated or becomes isolated
Status: RESOLVED LATER
Alias: None
Product: WebRTC Working Group
Classification: Unclassified
Component: WebRTC API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Martin Thomson
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-21 18:51 UTC by Cullen Jennings
Modified: 2014-12-15 10:39 UTC (History)
4 users (show)

See Also:


Attachments

Description Cullen Jennings 2014-05-21 18:51:31 UTC
Perhaps this needs to go in gum
Comment 1 Martin Thomson 2014-05-21 19:28:40 UTC
I am going to propose that we put this in the isolated media streams section in WebRTC.

New attributes will be proposed as:

partial interface MediaStreamTrack : EventTarget {
  attribute boolean isolated;
  attribute EventHandler? onisolationchange;
};

This allows an application to learn when isolation changes.
Comment 2 Cullen Jennings 2014-05-21 19:34:18 UTC
looks good to me
Comment 3 Shijun Sun 2014-05-23 17:14:36 UTC
The "isolated" should be a readonly attribute.
Comment 4 Harald Alvestrand 2014-10-31 17:59:45 UTC
Martin will make PR.
Comment 5 Martin Thomson 2014-11-04 23:13:56 UTC
This is already in the spec.
Comment 6 Martin Thomson 2014-11-05 00:48:05 UTC
https://github.com/w3c/webrtc-pc/pull/30 fixes the missing class="idl" thing that made it hard to realize that this was already present.
Comment 7 Dominique Hazael-Massieux 2014-12-15 10:39:26 UTC
WebRTC API bugs have been moved to github issues: https://github.com/w3c/webrtc-pc/issues

Please subscribe to the issues you want to keep watching.