Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the API in DedicatedWorker #15

Closed
kenchris opened this issue Jan 12, 2022 · 3 comments · Fixed by #55
Closed

Support the API in DedicatedWorker #15

kenchris opened this issue Jan 12, 2022 · 3 comments · Fixed by #55
Labels
enhancement New feature or request

Comments

@kenchris
Copy link
Contributor

Broken out from #14

@kenchris kenchris added the enhancement New feature or request label Jan 12, 2022
@kenchris
Copy link
Contributor Author

Hi @fideltian, if Zoom can list the use-cases you have for this, that would be very welcome!

@fideltian
Copy link

Hi kenChris, Thanks for creating a seperate issue. The computing work are mostly done in worker thread. it is better the worker could get the data direclty. otherwise, main thread need to post the data to all workers.

And i do think different worker(audio or video processing) could set different threashhold of cpu. It means they could set mulitiple observers. it will easier for each type of worker to handling the work related with cpu estimation.

@kenchris
Copy link
Contributor Author

If you have multiple workers with different thresholds then you can send the data back to main thread and join the data for more precise readings - basically working around the privacy advantages of using buckets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants