Where to find Chime SDK meetings on AWS Console

0

We have created meetings using Chime SDK API's using postman. We can able to see respective meeting ID's and logs on CloudTrail apart from CloudTrail can we see these meetings creation on Chime SDK or Chime services or where it is creating ?

asked 2 months ago110 views
1 Answer
1

Amazon Chime Management Console: Log in to the Amazon Chime Management Console using your AWS credentials. Navigate to the "Meetings" or "Meeting Logs" section, where you can view a list of meetings, including their details such as meeting ID, start time, duration, and participants. You can also access additional information about individual meetings, including attendee information and meeting history. You can use CloudWatch Logs Insights feature to query and analyze meeting logs based on specific criteria, such as meeting ID, timestamp, and event type.

profile picture
EXPERT
answered 2 months ago
  • Hi Adeleke Adebowale J, Thanks for quick response. We have used Chime SDK API's to create meetings and didn't created any account on Amazon Chime Management Console.

    And didn't find "Meetings" section on Amazon Chime Management Console. FYI, We are using CreateMeetingAsync method from namespace Amazon.ChimeSDKMeetings;

  • If you're using the CreateMeetingAsync method from the Amazon.ChimeSDKMeetings namespace, you should be able to create meetings successfully through your application code without needing to interact directly with the Chime Management Console. The SDK provides methods to handle meeting creation, management, and joining programmatically within your application. May be this might help :- https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/ChimeSDKMeetings/MChimeSDKMeetingsCreateMeetingCreateMeetingRequest.html

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions