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
0
votes
1 answer

AWS Chime Screen Share in ipad safari - attendees cannot hear audio of the video played

I have some questions for AWS CHime as we wanted to build a video calling application. If we are using iPad safari and using AWS Chime for video calls can I share my screen during a video call? For us, it's not working. Then we tried to make an…
0
votes
2 answers

AWS Chime mute and unmute joined attendee

guys! I need some information about AWS Chime SDK (amazon-chime-sdk-js) Does the Amazon Chime SDK have the following capability: 3 participants (Anna, John and Lenny) are connected to the metting room and Anna wants to ignore Lenny's microphone and…
0
votes
1 answer

AWS Chime JavaScript SDK: addDeviceChangeObserver doesn't appear to be firing

I am using AWS' Chime JavaScript SDK, and am running into an issue with the addDeviceChangeObserver method that lives on the AudioVideoFacade. Simply put, it doesn't appear to be firing any of the observer methods when my devices change. (i.e. when…
Cow
  • 764
  • 5
  • 10
  • 25
0
votes
1 answer

Unauthorized to create AppInstaceUser with php sdk

Im using Amazon Chime SDK messaging but Im having some troubles. From the aws console, I have created and AppInstance and AppInstanceUser for testing. Then, with php sdk I have tried to createChannel and it was created. I have tried with…
AythaNzt
  • 1,057
  • 6
  • 14
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

Can i trigger record of chime video inside AWS serverless lambda

In this example https://aws.amazon.com/ru/blogs/business-productivity/how-to-enable-client-side-recording-using-the-amazon-chime-sdk/ they recording video using ECS. I don't understand where i find meetingUrl. And the main question: can i record…
Sergey
  • 1
  • 4
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
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
-1
votes
0 answers

LNK2001: unresolved external symbol "void * __cdecl operator new(unsigned int)" in Visual Studio C++ Project

I'm working on a Visual Studio C++ project (my-demo) and I've encountered a linking error that I can't seem to resolve. I've already ensured that all parts of my project and its dependencies use the /MT option for the runtime library, but I'm still…
-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
6