Questions tagged [amazon-chime]

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.

See: What is Amazon Chime?

71 questions
0
votes
0 answers

AWS Chime SDK | CreateUser function doesn't work

I have an AWS Chime EnterpriseLWA account. I need to be able to create users in AWS Chime via the AWS Chime SDK. I am using AWS Chime JavaScript SDK (@aws-sdk/client-chime) installed with NPM. All the functions like ListAccounts, SuspendUsers,…
0
votes
1 answer

Authenticating with AWS .NET SDK for Amazon Chime

I'm trying to create meeting using Chime SDK and I'm passing accessKey and accessKeyId to authenticate. However, the request fails with error, 'Invalid session token'. When I pass session token generated using AWS CLI it works fine. I want to…
0
votes
0 answers

How can I minimize the size of the JavaScript file used by an AWS Chime SDK browser client

I am using AWS Chime SDK in a browser application. It is all working well but I'm concerned about the size of the JavaScript file being sent to the browser. I am using the singlejs option which is one of the demos in the amazon-chime-sdk-js project…
0
votes
1 answer

AWS Chime useToggleLocalMute() does not working

Hi guys i'm trying to create a button that disables my microphone in ws-chime, i followed the documentation to the letter only that when i click on the button nothing seems to happen. const { muted, toggleMute } = useToggleLocalMute();
0
votes
1 answer

Is there a way to turn off the logger for AWS Chime SDK js?

AWS Chime requires a logger object to be passed into the constructor or the chime sdk breaks. import { ConsoleLogger, DefaultDeviceController, DefaultMeetingSession, LogLevel, MeetingSessionConfiguration } from…
J_sdev
  • 341
  • 1
  • 13
0
votes
2 answers

Can Amazon Chime be deployed and run on a third-party VPS? And how?

In the examples of Amazon Chime, for instance here https://github.com/aws-samples/amazon-chime-sdk-classroom-demo, they imply that it should be deployed and run on a AWS server via Cloud9. However, I want to deploy and run it on some other VPS such…
kosmosu
  • 63
  • 1
  • 1
  • 6
0
votes
3 answers

Getting started with amazon chime sdk

I'm sorry if this question is unwanted, but i'm kind of stuck as where to start in amazon chime sdk installation. I followed the instructions from aws chime sdk documentation and aws chime sdk github repository. Steps so far Cloned the…
Ahamed Husain
  • 299
  • 1
  • 3
  • 12
0
votes
1 answer

Mute/UnMute Remote Attendee in Amazon Chime Sdk

How we can build Mute/UmMute Remote Attendee in Amazon Chime Sdk with the help of (https://aws.github.io/amazon-chime-sdk-js/modules/apioverview.html#9-send-and-receive-data-messages-optional ) web sockets to broadcast a message in a meeting.
0
votes
1 answer

AWS Chime Meeting created with API - join with app

Is it possible to create a meeting on AWS Chime using the API and then join that same meeting via the Chime app? Just using the meeting ID?
ronaldosantana
  • 5,112
  • 4
  • 22
  • 28
0
votes
2 answers

amazon-chime-sdk-js display self video

I created a video application using chime js SDK with the help of the documentation https://aws.github.io/amazon-chime-sdk-js/index.html const indexMap = {}; const acquireVideoElement = tileId => { for (let i =…
Shijin TR
  • 7,516
  • 10
  • 55
  • 122
-1
votes
2 answers

AWS Chime SDK: How to leave a meeting

I've a React JS App that uses the Chime SDK. I've literally followed the explanation here and i can successfully hold a meeting with two attendees. My issue is the behaviour when one of the participants leaves the meeting. My references are: This…
Kevin
  • 169
  • 2
  • 9
1 2 3 4
5