Skip to content

Commit

Permalink
ended is a value not a property(#17464)
Browse files Browse the repository at this point in the history
MediaStreamTrack.ended property does not exist according to specification
  • Loading branch information
spitzertim authored Jun 20, 2022
1 parent b552f82 commit 2637c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/api/mediastream/active/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ The **`active`** read-only property of the
{{domxref("MediaStream")}} interface returns a Boolean value which is
`true` if the stream is currently active; otherwise, it returns
`false`. A stream is considered **active** if at least one of
its {{domxref("MediaStreamTrack")}}s is not in the {{domxref("MediaStreamTrack.ended")}}
state. Once every track has ended, the stream's `active` property becomes
its {{domxref("MediaStreamTrack")}}s does not have its property {{domxref("MediaStreamTrack.readyState")}}
set to `ended`. Once every track has ended, the stream's `active` property becomes
`false`.

## Value
Expand Down

0 comments on commit 2637c1f

Please sign in to comment.