Giter VIP home page Giter VIP logo

amazon-chime-administration-guide's People

Contributors

bitshop avatar colonelwilco avatar joshbean avatar jpeddicord avatar julieso avatar lkdavies avatar rlatino avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

amazon-chime-administration-guide's Issues

Some `chime:AttendeeLeft` Events missing

Our video conferencing system uses the Amazon Chime SDK and uses the CreateMeeting API to send Amazon Chime SDK meeting event notifications to one Amazon SQS queue.

The system does receive Chime events via a consumer listening to the configured SQS queue.

We have found that sometimes chime:AttendeeLeft events are missing, which results in not updating the presence status of some participants correctly.

Do you have any clues as to why this is happening?

Below is a sample of the PHP code used to consume the messages:

$result = $this->sqsClient->receiveMessage([
    'AttributeNames' => ['SentTimestamp'],
    'MaxNumberOfMessages' => 10,
    'MessageAttributeNames' => ['All'],
    'QueueUrl' => $queueUrl, 
    'WaitTimeSeconds' => 20,
]);
if (!empty($result->get('Messages'))) {
    $messages = $result->get('Messages');

    foreach ($messages as $message) {
        yield $message;
    }
}

Thanks for your attention

SIP Media Application requires voice connector?

I don't see this anywhere in the docs, maybe I missed it, but spent a while trying to find why the dropbox was blank to select phone number.

This looks like a great primitive to build on, thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.