Connect Microsoft teams bot with websocket to Microsoft teams

Anonymous
2023-05-10T16:19:51.09+00:00

Hey

I have a simple microsoft teams bot which is run on my server. It receives a message, processes and sends the response back.

However, I want to be able to continuously update the message. Let's say it is a counter that I want to increment every second for some time, so I want to be able to update the existing message every second.

I know that there is a possibility to connect with a web socket using Direct Line API, but it is used for other clients and not Microsoft Teams.

Question:

Is there a way to connect with a websocket to Microsoft Teams, so I can constantly update the message for the user?

Thanks

Microsoft Teams | Development
{count} vote

1 answer

Sort by: Most helpful
  1. S.Sengupta 24,956 Reputation points MVP
    2023-05-11T04:07:36.7733333+00:00

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.