Results 27 comments of Kyu Simm

> Currently, I know Chime SDK only allows share screen 2 times in every meeting. Yes, the Chime SDK for JavaScript allows up to two simultaneous screen shares in a...

The current version of the Chime SDK for JavaScript (2.17.0) does not support the API on [videoAvailabilityDidChange ](https://aws.github.io/amazon-chime-sdk-js/classes/meetingsessionvideoavailability.html) to tell whether the attendee can start screen sharing. I added this...

Thanks for creating a feature request. The [Chime SDK for JavaScript](https://github.com/aws/amazon-chime-sdk-js) supports up to two simultaneous screen shares per meeting. See the "Content shares per meeting" in the Amazon Chime...

Chime SDK doesn't support API for splitting audio streams. For a private conversation, you might consider creating a new meeting with specific attendees. Assume that your service has the control...

Thanks for creating an issue. In addition to WebSocket, Chime SDK for JavaScript uses WebRTC, MediaDevices, Web Audio, and other browser APIs that may not or partially be supported in...

> Any updates on this? Our implementation allows users to join as an 'observer' (i.e. without audio/video inputs) but this bug currently means that doesn't work on firefox / safari?...

@johanderuijter > A quick google seems to indicate that this error is thrown by safari when trying to create a buffer with an unsupported sample rate (https://webaudio.github.io/web-audio-api/#dom-baseaudiocontext-createbuffer) Thanks for the...

Unfortunately, Amazon Chime SDK for JavaScript does not support the meeting scheduling feature. The following document indicates the feature for the Amazon Chime application. https://docs.aws.amazon.com/chime/latest/ug/chime-schedule-meetings.html You might try the following...

In the screenshots, you seem to use the [Amazon Chime SDK React Components Library](https://github.com/aws/amazon-chime-sdk-component-library-react). Since 2.6.0 of the Chime SDK React Components Library, we support user-defined control for device permission...

Before [version 1.19.0](https://github.com/aws/amazon-chime-sdk-js/blob/master/CHANGELOG.md#1190---2020-09-29), Amazon Chime SDK for JavaScript made an HTTP request to retrieve TURN credentials. Since 1.19.0, SDK uses a signaling connection (WebSocket) to get TURN credentials to improve...