Hi @Kais Lamine
Thanks for visiting our forum. Microsoft Teams tag is mainly focused on the general issue of Microsoft Teams application troubleshooting. Based on your description, this problem is related to Teams development. The following is for informational purposes only:
According to the official documentation, it seems that the Real-time Media Platform is currently only available for bots developed in C# and .NET. An application-hosted media bot requires the Microsoft.Graph.Communications.Calls.Media .NET library to access the audio and video media streams, and the bot must be deployed on a Windows Server machine or Windows Server guest Operating System (OS) in Azure. Therefore, it may not be possible to directly use your Python bot for this project.
If you're only developing in Python, you can try the approach in this document, take advantage of some of the capabilities of existing bots, and then add features like interactive voice response, call control, and access to real-time audio and video streams.
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.