Amazon Chime is a communications service that can be used for online meetings, video conferencing, calls, and chat. Developers can use Amazon Chime with the AWS SDK or AWS Command Line Interface (AWS CLI) to perform such tasks as managing users, or integrating webhooks and chat bots with Amazon Chime. The Amazon Chime SDK can be sued to build real-time media applications that can send and receive audio and video and allow content sharing.
Questions tagged [amazon-chime]
71 questions
5
votes
1 answer
How to disable camera in amazon chime sdk meeting
I'm creating a meeting using amazon chime sdk library (in reactjs), where I don't want the option to open the camera at all. When the meeting is created, I'm setting the video input to…

S.R
- 75
- 7
3
votes
0 answers
Track user status in real time with amazon chime sdk
I have a messaging application (written with amazon chime sdk), that lets users to create channels and communicate over them. Also users can add each other to something like friend list.
The next step I want to implement is let users track…

Ihor Soroka
- 33
- 3
3
votes
2 answers
AWS Chime - assigning videos to tiles does not work as expected
I have an AWS Chime meeting setup in this fashion with 5 video tiles (video-tile-0 through video-tile-4):
When the meeting is established, the observer callback audioVideoDidStart gets kicked off, at which point I bind my #local-video-tile
var…

J_sdev
- 341
- 1
- 13
2
votes
1 answer
List out all audio devices in react native application
I am working on a project where I am stuck on figuring out if there is a way we can simply list out all audio devices connected with the phone and then provide users an option to select one from the list. Really not able to figure out how we can…

Curious_guy
- 161
- 11
2
votes
0 answers
Chime SDK setDeviceLabelTrigger not requesting permissions after first returning a promise
I'm using Chime Javascript SDK. I firts make users join as view only, so they don't need to approve audio and video permissions in the browser. So, following the documentation, I'm just executing this:
this.audioVideo.setDeviceLabelTrigger(() =>…

Santiago Mendoza Ramirez
- 1,497
- 2
- 13
- 26
2
votes
0 answers
Sharing screen WITHOUT audio? [amazon-chime-sdk]
I've been wondering how can I stop the audio stream even if the user checks the audio checkbox in the sharescreen Chrome pop-up. Is there any setting, any flag that I can tick as false that won't share the audio?
The sharescreen popup
I was jumping…

getoffmylasagna
- 21
- 1
2
votes
1 answer
Virtual background in Amazon Chime
I have a question about Amazon Chime.
I created a video chat using chime and was wondering if anyone could give me some tips on how to create a virtual background similar to Zoom's.
I have already used tensorflow and have been able to make a blur…

Nicola
- 31
- 1
- 2
2
votes
1 answer
AWS Chime - meeting has created - how to join to that meeting
I've created meeting using Amazon chime SDK in React js. Through this I can able to start a meeting. How some one can join to that meeting or add attendees to that meeting.

Rawi shankar
- 21
- 1
2
votes
2 answers
Integrate AWS Chime in Java application
I'm trying to build a Java Spring boot application that is used to Create/Join and chat by using AWS Chime. I've gone through the demo code provided by chime. But is running by node.js .
Can anyone help me how to integrate and consume APIS of chime…

ravi shankar
- 31
- 4
2
votes
2 answers
Audio Output Device Array is of length 0 on safari
I am working on a video conferencing app that leverages Amazon Chime. I have followed the npm page of Amazon Chime SDK JS and managed to get the server response and initialized the meetingSession. However, the problem is when I try to get an array…

Ritwik Neema
- 27
- 8
2
votes
0 answers
AWS Chime SDK | support to schedule moderated meetings
Amazon Chime App supports Scheduling moderated meeting
Is it possible to schedule meeting with amazon chime SDK?
tried to find out possible solutions but didn't work.
Thanks in advance.

Pujaba Zala
- 123
- 10
1
vote
0 answers
Amazon Chime(ReactNative): [AppInfo setAppVersionName:]: unrecognized selector sent to instance 0x281888aa0
I am facing issue in Amazon Chime, React Native SDK with bridging, It is working fine in Android crash is only in iOS when
NativeFunction.startMeeting(meetingResponse.JoinInfo.Meeting.Meeting, meetingResponse.JoinInfo.Attendee.Attendee);
was…

Pawan Kumar
- 11
- 1
1
vote
1 answer
How to send Amazon Chime messages automatically?
I want to schedule the sending of Amazon Chime messages and send them automatically. For instance, I want message1 to be sent every Monday at 10am, message2 to be sent every Tuesday at 15pm, etc...
Should I need to do it via a bot and Python ? What…

Saguaro
- 233
- 3
- 12
1
vote
0 answers
Unable to create user from Amazon Chime
I am trying to create user using "CreateUser" function of Amazon Chime through javascript but I am getting "BadRequestException: Service received a bad request". Has anyone faced this issue?
const params = {
AccountId: process.env.ACCOUNT_ID…

CrystalSapphire
- 13
- 3
1
vote
0 answers
Amazon chime SDK - Video not stopping when stopLocalVideoTile() is called
When on a video call and the stopLocalVideoTile() method is called (by clicking a button). I have also tried using removeLocalVideoTile() but it seems the videoTileWasRemoved() method never gets called
Here is the videoTileDidUpdate method. Any…

Clancinio
- 734
- 6
- 21
- 40