Microsoft Team Live video and audio stream access without using Bot

sunil maurya 21 Reputation points
2021-09-21T07:56:35.727+00:00

Hi,

I want to access the live video and audio stream session going on the Microsoft Team using C#/C++.
I found that Bots can interact with Teams calls and meetings using real-time voice, video using Microsoft.Graph.Communications.Calls.Media.

But Just want to know is it possible to get access of live Microsoft Team video and audio stream sessions without Bot?

Thanks.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,566 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,892 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sayali-MSFT 3,896 Reputation points Microsoft External Staff Moderator
    2023-07-28T09:05:15.6166667+00:00

    Hi @sunil maurya , As per my assumption bot will be required. Microsoft.Graph.Communications.Calls.Media. uses media library which requires the bot. You can refer below links for more information

    https://microsoftgraph.github.io/microsoft-graph-comms-samples/docs/calls_media/index.html

    https://learn.microsoft.com/en-us/microsoftteams/platform/bots/calls-and-meetings/requirements-considerations-application-hosted-media-bots

    0 comments No comments

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.