Questions tagged [aws-chime-sdk]

The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice Connectors.

The Amazon Chime API Reference provides detailed information about the Amazon Chime API, including operations, types, inputs and outputs, and error codes. It also includes some server-side API actions to use with the Amazon Chime SDK.

89 questions
1
vote
1 answer

Unable to bind Amazon Chime VideoTile to

I'm creating angular client using Chime JS SDK. I'm able to create meeting and add attendees to the meeting. However there is no clear documentation on how to bind video tiles to UI on Angular. I'm trying this on videoTileDidUpdate event: const…
Chandra Eskay
  • 2,163
  • 9
  • 38
  • 58
1
vote
1 answer

Chime SDK Video not responsive

I have built a react.js client app that interfaces with the Chime SDK and some REST APIs. It creates a meeting, an attendee, connects the local hardware and starts the audio & video. My issue is that the video is a fixed size. It is within a React…
Kevin
  • 169
  • 2
  • 9
1
vote
1 answer

AWS Chime videoTileDidUpdate loops through tiles too many times

Why does videoTileDidUpdate loop through each tile 4 times? This is the basic demo hook up for AWS Chime SDK js. const observer = { audioVideoDidStart () => { //Start our local user video var localTileId =…
J_sdev
  • 341
  • 1
  • 13
1
vote
0 answers

AWS Chime SDK js does not recognize video and audio elements

I am attempting to get the basic tutorial for the AWS Chime SDK to work in our application and the meetingSession.audioVideo.listVideoInputDevices() always returns nothing/null. I am running this on lastest chrome, my operating system is a windows…
J_sdev
  • 341
  • 1
  • 13
1
vote
0 answers

video call using amazon-chime-web-sdk on firefox slowing down the mac-book

I have written an application in react using amazon-chime-web-sdk. I do not render DOM anywhere in my code, the video call functionality is working fine in chrome but when I open the application in firefox 68.8.0esr (64-bit) on macbook, the other…
tv1902
  • 181
  • 1
  • 3
  • 14
1
vote
2 answers

Amazon Chime SDK | SQS notiification detailed analysis

I've successfully configured notifications for AWS Chime meetings (meetings are handled with SDK). Main goal behind configuring notifications(SQS) is to keep track of all the meetings those are created and how many participants are joined. Is there…
1
vote
0 answers

Cannot read property 'addEventListener' of undefined in AWS CHIME

I am trying to run the AWS CHIME demo project locally. it is working fine if I doesn't change the const host ="127.0.0.1:8080" in the server.js file. But when changing the host to local IP to virtualization of host it throws an error after the…
1
vote
0 answers

AWS Chime: How to sign an HTTP Request for Create Meeting API in spring boot?

I didn't find any useful way to generate the Signature V4 in java for signing an AWS Chime HttpRequest. I want to use 3 apis of Aws Chime (Create meeting, create attendee and delete meeting) inside my java code. Can anyone help me please ! API…
Bishnu Das
  • 11
  • 2
0
votes
0 answers

aws chime sdk -js mute attendee

I am using amazon-chime-sdk-js v3.14 is there any way to mute specific attendee and also mute all of attendee also been using amazon-chime-sdk-component-library-react I did tried sendData message way to mute but it isn't working
0
votes
0 answers

Amazon Chime SDK and React sorting remote tiles

Im working on a video chat app, which is implemented using Chime SDK and React. Curently im working on a sorting algorithm to sort user tiles based on their video state and microphone activity. The attendees are represented as an array of objects…
0
votes
0 answers

Is there a way to programmatically join an AWS Chime SDK meeting with a variable number of attendees?

I successfully built a React + Electron application to create and join meetings using AWS Chime SDK. I want to build a tool or small app of some sort that I can use to join a started meeting programmatically with a given number of dummy attendees,…
Teslo.
  • 471
  • 2
  • 9
  • 22
0
votes
0 answers

Chime sdk throw "OverconstrainedError: Invalid constraint" with some iOS devices

I'm working with a project that use chime sdk js 3.14.0 + ionic 6 to build a video call feature. On production, I keep see logs that said "OverconstrainedError: Invalid constraint" but have no idea what's causing it nor what behavior the user would…
phucni
  • 1
  • 1
0
votes
0 answers

getting issue in build after upgrade aws-chime-sdk

I upgrading aws chime 3.6.0 to 3.14.1 after updating package i getting error while building ERROR in ./node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js 9:30 Module parse failed: Unexpected token (9:30) You may need an…
0
votes
0 answers

How to get audio media stream tracks localparticipant and remote participant in chime sdk js

I need to get participants audio tracks for recording the video streams I'm tried to get audio streams using this method const audioTrack = this.meetingSession.audioVideoController.audioMixController.audioStream.getAudioTracks()[0] this is my video…
dtm98
  • 1
0
votes
0 answers

Create a meeting with AWS Chime SDK

I have a free tier plan with AWS and I'm trying to get get started with creating meetings using AWS SDK. private AWSCredentialsProvider getAwsCredentials() { final BasicAWSCredentials basicAwsCredentials = new BasicAWSCredentials(accessKeyId,…
Yusuf Musa
  • 31
  • 1
  • 5