Hi @GP
Thanks for visiting our forum. Microsoft Teams tag is mainly focused on the general issue of Microsoft Teams troubleshooting. Based on your description, this problem is related to Teams development. The following is for informational purposes only:
As far as I know, the bandwidth required for chat bots in Teams depends on several factors, such as the number and frequency of messages, the use of voice and video calls, and the size of the chat or team members. To optimize your bot’s performance and avoid exceeding the rate limit for incoming requests, you should follow some best practices, such as:
- Batch your API requests to avoid issuing multiple requests to the same personal or channel conversation.
- Use an exponential backoff with a random jitter to handle HTTP 429 responses (Too Many Requests).
- Use the Call Quality Dashboard (CQD) and call analytics to monitor your network quality, reliability, and user experience.
You can find more information and examples on these topics in the following links:
- Rate limiting for bots - Teams | Microsoft Learn
- Prepare your organization’s network for Microsoft Teams
- Bots in Microsoft Teams - Teams | Microsoft Learn
Hope this helps!
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.