microsoftgraph / microsoftgraph/microsoft-graph-comms-samples

Issue with the compliance recording bot implementation over Azure Classic Cloud

Open
#728 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
253
Forks
275
Avg merge
1d 5h
Merged PRs (30d)
1

Description

Describe the issue

https://github.com/microsoftgraph/microsoft-graph-comms-samples/blob/master/Samples/V1.0Samples/LocalMediaSamples/PolicyRecordingBot/README.md

Code Snippet

private void OnVideoMediaReceived(object sender, AudioMediaReceivedEventArgs e)
{
    this.GraphLogger.Info($"[{e.SocketId}]: Received Video: [VideoMediaReceivedEventArgs(Data=<{e.Buffer.Data.ToString()}>, Length={e.Buffer.Length}, Timestamp={e.Buffer.Timestamp}, Width={e.Buffer.VideoFormat.Width}, Height={e.Buffer.VideoFormat.Height}, ColorFormat={e.Buffer.VideoFormat.VideoColorFormat}, FrameRate={e.Buffer.VideoFormat.FrameRate})]");

    // TBD: Policy Recording bots can record the Video here
    e.Buffer.Dispose();
}
private void OnAudioMediaReceived(object sender, VideoMediaReceivedEventArgs e)
{
    this.GraphLogger.Info($"[{e.SocketId}]: Received Video: [VideoMediaReceivedEventArgs(Data=<{e.Buffer.Data.ToString()}>, Length={e.Buffer.Length}, Timestamp={e.Buffer.Timestamp}, Width={e.Buffer.VideoFormat.Width}, Height={e.Buffer.VideoFormat.Height}, ColorFormat={e.Buffer.VideoFormat.VideoColorFormat}, FrameRate={e.Buffer.VideoFormat.FrameRate})]");

    // TBD: Policy Recording bots can record the Video here
    e.Buffer.Dispose();
}

Expected behavior

The documentation uses Azure Classic Service which is depreciated unable to proceed with the deployment instructions and further can you please provide the details on how the application can store the video and audio data into wav and mp4 file format upon call being ended I am looking to upload this data to azure blob storage with some metadata any insights around this is appreciated.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Read Samples/V1.0Samples/LocalMediaSamples/PolicyRecordingBot/README.md and verify which Azure Classic deployment instructions are now unusable. Then inspect OnVideoMediaReceived and OnAudioMediaReceived to establish what recording and storage guidance is missing; done means the deployment documentation and audio/video persistence guidance, including Azure Blob metadata, are addressed.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
audio-video-rtc, cloud, documentation
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.