Re: [mediacapture-main] on{add,remove}track event description inconsistency

Summing up (for adding, resp. removing):
- if JS does ```stream.addTrack(leTrack)```, where ```leTrack.remote 
== false```, then no ```onaddtrack``` is fired. Same if 
```leTrack.remote == true```. ```addTrack()``` is synchronous and 
immediate.
- if the UA on its own will adds a Track to ```stream```, then an 
```onaddtrack``` is fired.

I'd rather have this info in 
https://w3c.github.io/mediacapture-main/#attributes, but that' a 
purely editorial comment so I'd leave it to the editors. Thanks, 
closing!

-- 
GitHub Notification of comment by miguelao
Please view or discuss this issue at 
https://github.com/w3c/mediacapture-main/issues/302#issuecomment-171031746
 using your GitHub account

Received on Tuesday, 12 January 2016 19:46:52 UTC