Re: [mediacapture-main] What is the order of events being track clones? (#1020)

> I would think this has no bing interop impact but the spec should in theory provide guidance there since this is JS observable (maybe fire events by order of creation of tracks?)

Order of creation might not be deterministic if tracks are transferable to a worker and back.

Tracks, their clones and clones-of-clones all form a tree with the original track as the root. Maybe:
- The order could be some specific [traversal](https://en.wikipedia.org/wiki/Tree_traversal) of that tree when all tracks are involved.
- The order can be a specific node only when the UA mutes just a specific track.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 11 November 2024 10:37:19 UTC