Teams Bot Integration Sample #185
Replies: 2 comments 7 replies
-
Hey, I'd like to integrate the OpenCV walkthrough with my own Teams Bot experiment. But I'm stuck on how to get the communication going between the teams stream and python. I'm attempting to write the code using zeroMQ, but not seeing the link. |
Beta Was this translation helpful? Give feedback.
-
Hi there, I've been playing around with the PSI Bot for Teams and have managed to get a local version up and running and working well. I was wondering if it would be possible for some deployment information to be posted around the sample? I was hoping to get this up and running on an Azure VM so that I could let others access it for proving the concept without relying on my local network connection and ngrok. I couldn't find anything related to this in the docs I've managed to build a full package and a running package but I'm new to the world of .net and don't really know what the best scenario would be to open ports up that can speak directly to the application. I'm assuming my generated executable should be managed through IIS or a similar service manager to ensure it stays up but I wasn't sure where to start. I noticed that Kestrel is a requirement instead of IIS for local development, but looking for deploying via kestrel suggests this is only ever used for .net core applications. Any help would be much appreciated. Thanks, |
Beta Was this translation helpful? Give feedback.
-
We've recently released a new sample application which shows how you can integrate \psi with the Teams bot architecture to develop intelligent bots that can participate in live meetings!
This sample was originally announced at the virtual Platform for Situated Intelligence workshop, and the recording of that session can be found here.
Please note that although it is hosted in the Microsoft Graph repository, you should post any issues or questions about the sample in this repo.
Beta Was this translation helpful? Give feedback.
All reactions