- From: Elad Alon via GitHub <sysbot+gh@w3.org>
- Date: Wed, 23 Oct 2024 14:18:57 +0000
- To: public-webrtc-logs@w3.org
To clarify the second bullet in my previous comment with an example - assume the app wants to show the user a dialog reading "are you sure?" You don't want to do it for every clone. So you need to catch the first event, whichever track it fires on, and then know to ignore subsequent events on other tracks, while not accidentally missing **truly new** events on any of these tracks. In that case, having an event handler on the controller is easier. -- GitHub Notification of comment by eladalon1983 Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share-extensions/issues/15#issuecomment-2432368603 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 23 October 2024 14:18:58 UTC