- From: Elad Alon via GitHub <sysbot+gh@w3.org>
- Date: Tue, 03 May 2022 18:54:59 +0000
- To: public-webrtc-logs@w3.org
The eureka moment for me is the realization that there is no queue of events, but rather, events can be fired either directly or from a queued task, but do not otherwise form a queue. Thank you @jan-ivar for bring it up, and thank you @alvestrand for clarifying. With that in mind: * Yes, let's go for a vanilla event. * I think we should fire the event synchronously, and not from a queued task. This would make it easy to guarantee that `track.getCaptureHandle()` always returns the value associated with the latest event. -- GitHub Notification of comment by eladalon1983 Please view or discuss this issue at https://github.com/w3c/mediacapture-handle/issues/56#issuecomment-1116450815 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 3 May 2022 18:55:00 UTC