I've successfully configured notifications for AWS Chime meetings (meetings are handled with SDK).
Main goal behind configuring notifications(SQS) is to keep track of all the meetings those are created and how many participants are joined.
Is there any solution provided by Amazon Chime to save these records/events into table (e.g. dynamodb) and receive analytics on meetings those are created with SDK
In other words, I need analytics or detailed report for meetings which are handled by amazon-chime-sdk-js
Any kind of information or help would be appreciated on this.
Thanks in advance.