Microsoft Team Live video and audio stream access without using Bot

sunil maurya 21 Reputation points
2021-09-21T08:12:09.14+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?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,521 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.
2,824 questions
0 comments No comments
{count} votes

Accepted answer
  1. Prithvi-MSFT 266 Reputation points Microsoft Vendor
    2021-09-21T14:32:46.927+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

    Thanks

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Nikheel Jain 136 Reputation points
    2022-06-11T17:20:48.03+00:00

    @Prithvi-MSFT @sunil maurya
    Can you share any demo application/code base for
    using Microsoft.Graph.Communications.Calls.Media for realtime access of stream?

    0 comments No comments