You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MediaStreamTrack object's source will no longer provide any data, either because the user revoked the permissions, or because the source device has been ejected, or because the remote peer permanently stopped sending data.
When a MediaStreamTrack track ends for any reason other than the stop() method being invoked
...
4. Fire an event named ended at the object.
Possibly we could extend the desciption: "... Note that if the application itself stopped the track, by calling the stop() method, then this event will not be fired."
The text was updated successfully, but these errors were encountered:
MediaStreamTrack.ended reads:
This fails to mention the caveat here:
Possibly we could extend the desciption: "... Note that if the application itself stopped the track, by calling the stop() method, then this event will not be fired."
The text was updated successfully, but these errors were encountered: