Venkatesh Devale
Venkatesh Devale
closing due to in-activity, please feel free to re-open if still an issue.
Hi @mmarekbb , Could you please clarify a little more on your use case (looks like a feature request for now)? Do you mean that the useLocalAudioActivityPreview should work irrespective...
Yes, you are right with the video camera. The Amazon Chime SDK for JavaScript (JS SDK) has separate APIs like the `startVideoPreviewForVideoInput` and `stopVideoPreviewForVideoInput` which help in doing it separately...
Update on the workaround: I tried to implement the workaround in the `useLocalAudioInputActivity` hook and it worked fine irrespective of mute / unmute local audio input state. You can use...
Thanks for reporting the error, I have a PR already open to fix this issue: https://github.com/aws/amazon-chime-sdk-js/pull/2391 Webkit reported bug: https://bugs.webkit.org/show_bug.cgi?id=243519
The fix is released in 3.7.0 now, resolving this issue, thank you for your patience!
Hi @AleKiller21 , I currently do not think that we have knobs specifically to control the content share stream like the one you mentioned for the video stream so that...
Hi @kanovic and @FlapperA , I tried to reproduce this issue using the mentioned steps in Scenario 1 and got the pop-up in JS SDK as well as on the...
Hi @hassanctech , Thanks for your interest in the Amazon Chime SDK and the Voice Focus feature. Tagging @richhx if he can provide more insights on this.
Hi @beta-alpha001 , The `audioVideoDidStop` will be triggered: 1. When the meeting has failed completely with a terminal failure else JS SDK will attempt re-connection. 2. In the app, `meetingSession.audioVideo.stop()`...