What is the bandwidth for Message Conversation Teams Bot?

GP 41 Reputation points
2023-07-11T06:34:47.66+00:00

Hi, I would like to know how much bandwidth required for Chat Bot (Interactive bot) in teams.

Please let me know

Microsoft Teams | Development
Microsoft Teams | Microsoft Teams for business | Other
{count} votes

1 answer

Sort by: Most helpful
  1. SokiGuo-MSFT 31,551 Reputation points Microsoft External Staff
    2023-07-11T09:33:55.7733333+00:00

    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:

    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.



Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.