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 个月前206 查看次数
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.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容