aws / amazon-chime-sdk-js

A JavaScript client library for integrating multi-party communications powered by the Amazon Chime service.
Apache License 2.0
701 stars 473 forks source link

Missing MeetingHostId on event chime:MeetingStarted #2741

Open josephharkins opened 1 year ago

josephharkins commented 1 year ago

What happened and what did you expect to happen?

Hi team Chime SDK, apologies if this is the incorrect place to make this report and please redirect me if so.

Is this intended or am I missing something? It feels like an oversight not to include this in the event data.

Thank you very much.

Have you reviewed our existing documentation?

Reproduction steps

Use EventBridge to record and send chime:MeetingStarted events to Lambda function.

Amazon Chime SDK for JavaScript version

3.395.0

What browsers are you seeing the problem on?

n/a

Browser version

n/a

Meeting and Attendee ID Information.

No response

Browser console logs

n/a

ashleyqu commented 1 year ago

MeetingHostId is not a part of chime:MeetingStarted event: https://docs.aws.amazon.com/chime-sdk/latest/dg/using-events.html.

josephharkins commented 1 year ago

MeetingHostId is not a part of chime:MeetingStarted event: https://docs.aws.amazon.com/chime-sdk/latest/dg/using-events.html.

Yes, indeed. That is my feedback, that it should come with that event :)

ashleyqu commented 12 months ago

sorry for the confusion but I mean chime:MeetingStarted event doesn't contain MeetingHostId is intended and the public documentation also shows that.