deshneni-akhil

Results 2 issues of deshneni-akhil

**Describe the bug; what happened?** I have integrated CallComposite into my application where I will provide the adapter and options fields below. The call composite upon successfully connecting to a...

bug

**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=, 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...