AWS Chime SDK meeting duration limitations

0

Is there a limit to the length of a Chime SDK meeting session? For example, we will have meetings that may last for a full week or longer with folks around the world joining and dropping as they wake and sleep. Based on my research thus far it would seem as though meetings automatically end at the 24 hour mark. If this is indeed the case would I be able to essentially extend the meeting duration to any length by creating a new meeting session at the 23 hour mark and moving all participants from the old to the new?

profile picture
Tim
已提問 4 個月前檢視次數 207 次
1 個回答
0
已接受的答案

You are correct that the meeting will automatically end after 24 hours. (Reference: https://docs.aws.amazon.com/chime-sdk/latest/dg/create-mtgs.html)

But you are also correct that you can build a user experience where the meeting will appear to go on for much longer. There are a number of ways that you could do that. One approach would have the connected clients (your front-end app) talk amongst themselves to have one of them create a meeting and distribute the new meeting ID. They could then coordinate a move to the new meeting to minimize the disruption. The data channel for the existing meeting can be used to communicate this. (Data channel reference: https://aws.github.io/amazon-chime-sdk-js/modules/apioverview.html#9-send-and-receive-data-messages-optional.)

profile pictureAWS
DougL
已回答 4 個月前
  • Thank you Doug. This is what I suspected. We also faced a similar limitation while using the Zoom Video SDK and through some fairly simple mechanics were able to facilitate a 15-minute meeting session refresh countdown within the user experience to inform all users that their meeting session will refresh once the countdown expires. It sounds like this solution, or something similar, will work here as well.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南