twilio / video-quickstart-js

A quickstart and code samples for Twilio Video JavaScript SDK. https://www.twilio.com/docs/video
Other
389 stars 337 forks source link

VIDEO-5327 Manual Render Hints example #183

Closed PikaJoyce closed 3 years ago

PikaJoyce commented 3 years ago

JIRA Ticket : VIDEO-5327

This PR is for the new Manual Render Hints modes examples. This also updates twilio-video to use 2.14.0.

trackstate

Updated UI with some added features:

  1. Separated the Switch On/Off buttons
  2. Changed the render dimensions to something with wider ranges in between so the difference in quality is obvious
  3. Added the bitrate graph from bandwidth constraints example
  4. Added some labels for the buttons
  5. Separated the helper functions

image image

Possible TODO:

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

PikaJoyce commented 3 years ago

TO DO:

PikaJoyce commented 3 years ago

trackstate

charliesantos commented 3 years ago

Looks good to me! But I'll let Mak to approve since he's more familiar with this feature.

makarandp0 commented 3 years ago

Thanks @PikaJoyce. This looks very good!