aws-samples / amazon-chime-react-native-demo

A React Native demo application for Android and iOS using the Amazon Chime SDK.
MIT No Attribution
102 stars 24 forks source link

how can i check if a meeting has ended in amazon-chime-react-native-demo. #102

Closed rnqayush closed 3 years ago

rnqayush commented 3 years ago

hi team, 1 - i have created a react native app for video session using chime . 2- I am saving the details of the video session in my mongoDB database. example video session starting date and time.

My problem: 1- I want to get the meeting id of video session which has already ended previously. Is there any api in chime through which i can get the lists of my meeting ID which has already ended. If not Kindly suggest some idea how can i achieve this.

zhinang-amazon commented 3 years ago

Hi @rnqayush, There is no direct API for it. However, each client with receive a callback when meeting is ended. Our RN demo has bridged this event to RN layer as OnMeetingEnd where you can update your db afterwards.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ziyiz-amzn commented 3 years ago

Closing it. Feel free to reopen if need.

lhr000lhr commented 2 years ago

How can I subscribe to others end the Meeting session, the OnMeetingEnd is not evoked when the meeting is ended.