microsoft / botframework-sdk

Bot Framework provides the most comprehensive experience for building conversation applications.
MIT License
7.5k stars 2.44k forks source link

Media access api for calling and meeting bots #5939

Closed mt-vasu-sharma closed 4 years ago

mt-vasu-sharma commented 4 years ago

My use case is to join scheduled meetings of a tenant and get the audio and video streams and active speaker information from those meetings. I have already seen all the documentation of calling and meeting bots. The issue I have is that in the mediaAccessApi of microsoft graph it mentions that you can't persist the media streams that your bot accesses.

So my doubt is that if the tenant administrator has already given us the required permissions for accessing the recording from the call, is it still not possible to persist the audio and the video streams. Also, if it is not at all possible to persist the call recording this way, what other way can be used to get the media from those scheduled meetings.

v-kydela commented 4 years ago

Hello @mt-vasu-sharma. This repo is for DCR's only. Here is the blurb you should see when trying to create an issue here:

This is not for asking questions or filing bugs

To get help with an issue with your bot

To file an issue against a component please go to the components repo

It looks like you have an issue that should go on Stack Overflow. Please read the linked how-to-ask guide to get a better answer faster. I'm closing this issue now.