amazon-chime-sdk-js
amazon-chime-sdk-js copied to clipboard
A JavaScript client library for integrating multi-party communications powered by the Amazon Chime service.
WebSockets are often restrained by the same-origin policy in Corporate Networks behind Firewalls. That means the signalling AWS Chime Websocket will be blocked: "signal.m1.ue1.app.chime.aws" We are seeing this issue very...
### What happened and what did you expect to happen? We have a scenario where we have a desktop client that only has a virtual camera “attached”. This is because...
`setInterval` queues a new work item each time the interval is hit, even if the first work item hasn't completed or took a large chunk of the time between intervals....
**Describe the bug** Add support for allowing binding multiple video elements to a single video tile (local and remote). #976 is an example issue, with current workarounds that involv developers...
NOTE: This issue is not necessarily about reporting a bug, but rather asking about a workaround. Some time ago I reported the bug about sharing a video file that is...
### What are you trying to do? Join users on different machines to the local server. ### How can the documentation be improved to help your use case? Add a...
### What are you trying to do? Several times we had the problem that an attendee wasn't able to connect to the websocket signalling channel due to for example being...
MSPL: * Does not respect `Retry-After` headers, which are an important part of mitigating availability incidents. * Never discards log messages on anything but a 200. Not only is this...
as requested in #301, it would be very useful to have a browser compatibility check for whether Content Share is supported (possibly in the DefaultBrowserBehavior class). The original issue was...
Hi. Is it planned to support the still quite fresh specification of "insertable streams" in the Chime SDK? (https://github.com/w3c/webrtc-insertable-streams) I have seen and tested the Pull Request "VideoProcessor API". This...