You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/raw-media/raw-media-access-windows.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -227,3 +227,25 @@ The following is an overview of the steps required to create a screen share vide
227
227
```
228
228
229
229
2. CapturetheframesfromthescreenusingWindowsAPI's
230
+
231
+
```csharp
232
+
MemoryBuffermemoryBuffer=// Fill it with the content you got from the Windows API's
0 commit comments