aws / amazon-chime-sdk-js

A JavaScript client library for integrating multi-party communications powered by the Amazon Chime service.
Apache License 2.0
709 stars 477 forks source link

Priority Based_Downlink_Policy feedback #2805

Closed pryvalovbogdan closed 10 months ago

pryvalovbogdan commented 10 months ago

What are you trying to do?

How can the documentation be improved to help your use case?

const config = new VideoPriorityBasedPolicyConfig; In documentation example where you creating class instance without calling func. Are u sure it's right?

hensmi-amazon commented 10 months ago

That is syntactically correct javascript though seems like, to those who commented on that post, that I should go to code style jail for writing it like that 🤷.

I'll try to fix my ways, but probably won't prioritize changing the existing code for now, so will just close this for now. Good find though!

pryvalovbogdan commented 10 months ago

thank's)