<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>19588</bug_id>
          
          <creation_ts>2012-10-18 03:38:21 +0000</creation_ts>
          <short_desc>change &quot;MediaStreamEvent&quot; to &quot;RTCMediaStreamEvent&quot;</short_desc>
          <delta_ts>2012-10-26 11:52:07 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebRTC Working Group</product>
          <component>WebRTC API</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Yang Sun">eric.sun</reporter>
          <assigned_to name="Web RTC Working Group">public-webrtc</assigned_to>
          <cc>adam.bergkvist</cc>
    
    <cc>fluffy</cc>
    
    <cc>public-webrtc</cc>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>76551</commentid>
    <comment_count>0</comment_count>
    <who name="Yang Sun">eric.sun</who>
    <bug_when>2012-10-18 03:38:21 +0000</bug_when>
    <thetext>the same reason with RTCDataChannelEvent, and also keep the MediaStream untouched.

//////////////////change begin//////////////////////////////////

13.2 RTCMediaStreamEvent

The addstream and removestream events use the RTCMediaStreamEvent interface.

Firing a stream event named e with a MediaStream stream means that an event with the name e, which does not bubble (except where otherwise stated) and is not cancelable (except where otherwise stated), and which uses the RTCMediaStreamEvent interface with the stream attribute set to stream, must be created and dispatched at the given target.

[Constructor(DOMString type, RTCMediaStreamEventInit eventInitDict)]
interface RTCMediaStreamEvent : Event {
    readonly attribute MediaStream? stream;
};
dictionary RTCMediaStreamEventInit : EventInit {
    MediaStream stream;
};
13.2.1 Attributes

stream of type MediaStream, readonly, nullable
The stream attribute represents the MediaStream object associated with the event.

13.2.2 Dictionary RTCMediaStreamEventInit Members

stream of type MediaStream

///////////////////change end///////////////////////////////////////</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>77059</commentid>
    <comment_count>1</comment_count>
    <who name="Cullen Jennings">fluffy</who>
    <bug_when>2012-10-24 19:21:05 +0000</bug_when>
    <thetext>has this been fixed?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>77075</commentid>
    <comment_count>2</comment_count>
    <who name="Yang Sun">eric.sun</who>
    <bug_when>2012-10-25 00:35:10 +0000</bug_when>
    <thetext>not yet

(In reply to comment #1)
&gt; has this been fixed?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>77140</commentid>
    <comment_count>3</comment_count>
    <who name="Adam Bergkvist">adam.bergkvist</who>
    <bug_when>2012-10-26 11:52:07 +0000</bug_when>
    <thetext>We recently added the RTC-prefix to everything in the WebRTC spec, except the extensions to the Media Stream API (wich MediaStreamEvent falls under). So the current resolution of this bug is WONTFIX. If you disagree with this decision please reopen.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>