aws / amazon-chime-sdk-android

An Android client library for integrating multi-party communications powered by the Amazon Chime service.
https://aws.amazon.com/chime/chime-sdk/
Apache License 2.0
105 stars 49 forks source link

Apply meeting constraints #570

Closed davidwj123 closed 1 year ago

davidwj123 commented 1 year ago

ℹ️ Description

provide a summary of the changes and the related issue, relevant motivation and context Apply meeting constraints

Issue #, if available

We would like to apply meeting constraints in mobile sdk code

Type of change

🧪 How Has This Been Tested?

describe the tests that you ran to verify your changes, any relevant details for your test configuration

  1. start a meeting from android phone
  2. share content from android phone
  3. join the same meeting from chrome browser
  4. check chrome:/webrtc-internals and verify that content share resolution is within 1920x1080, camera video resolution is within 1280x720, bit-rate is within 1500kbps

Unit test coverage

Additional Manual Test

📱 Screenshots, if available

provide screenshots/video record if there's a UI change in demo app

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.