[Bug 25856] Add way to find out if a MST is isolated or becomes islocated

https://www.w3.org/Bugs/Public/show_bug.cgi?id=25856

Martin Thomson <martin.thomson@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.thomson@gmail.com

--- Comment #1 from Martin Thomson <martin.thomson@gmail.com> ---
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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Wednesday, 21 May 2014 19:28:41 UTC