Sichao Xue (sichax)
Sichao Xue (sichax)
Hi @kodai305 , I figured out a way to achieve this. I have pushed the code change to this [enable-bb-when-starting-video](https://github.com/aws-samples/amazon-chime-sdk/tree/enable-bb-when-starting-video) branch. You can check this [git diff](https://github.com/aws-samples/amazon-chime-sdk/compare/main...enable-bb-when-starting-video) as reference.
Close the issue for now. Feel free to reopen it if you have more questions.
@kodai305 , I think I misunderstood you use case. Could you explain it a bit more? >To be more precise, I want to enter a meeting with background blur ON...
If anyone want to automatically enable camera with background blur feature applied, check the code in [enable-video-with-bb-on-start](https://github.com/aws-samples/amazon-chime-sdk/tree/enable-video-with-bb-on-start) branch. Code details are in this [git diff](https://github.com/aws-samples/amazon-chime-sdk/compare/main...enable-video-with-bb-on-start). Why does following code not...
Hi, we figure out an easier way to achieve this: Check the code in this branch: https://github.com/aws-samples/amazon-chime-sdk/tree/enable-video-with-bb-on-start-simple And the commit details: https://github.com/aws-samples/amazon-chime-sdk/compare/main...enable-video-with-bb-on-start-simple #### Previous Solution vs. This Solution **Previous Solution**...
Hi @DSp4wN, thanks for bringing up this issue. I assume the issue is about the wrong `attendeeId`. Could you let us know how you get the `attendeeId` for `useAttendeeStatus(attendeeId)` hook?...
I was able to reproduce this issue using JS SDK browser demo. Steps: 1. Three attendees (1, 2, 3) join the meeting enabling `simulcast`, `priorityBasedDownlinkPolicy` with `BandwidthProbing`. 2. All of...
Hi @kelvin2200 , sorry for the late reply. 3.7.0 doesn't include a fix for this. Let me debug this further to figure out the root cause and come back to...
I reproduced the issue without using `BandwidthProbing`, and observed exact same results as previous test. I used the same repro steps list below. > Steps: > 1. Three attendees (1,...
Hi everyone, although we have not fully resolved this issue yet, we have made some progress. Through our observations, we believe this issue is likely to be related to some...