Skip to content

Commit c185c80

Browse files
Merge pull request #298161 from yassirbisteni/yassirb/4098390
Added link for Raw Video Quickstart
2 parents b56fa11 + 05bdbb4 commit c185c80

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/raw-media/raw-media-access-android.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,3 +518,7 @@ This feature gives you access the video frames inside the `IncomingVideoStream`
518518
RawVideoFrameBuffer videoFrame = (RawVideoFrameBuffer) args.getFrame();
519519
}
520520
```
521+
522+
## Quickstart: Try out the test app
523+
524+
- [Raw Video](https://github.com/Azure-Samples/communication-services-android-quickstarts/tree/main/RawVideo)

articles/communication-services/quickstarts/voice-video-calling/includes/raw-media/raw-media-access-ios.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,3 +678,7 @@ This feature gives you access the video frames inside the `IncomingVideoStream`'
678678
let videoFrame = args.frame as! RawVideoFrameBuffer
679679
}
680680
```
681+
682+
## Quickstart: Try out the test app
683+
684+
- [Raw Video](https://github.com/Azure-Samples/communication-services-ios-quickstarts/tree/main/raw-video)

articles/communication-services/quickstarts/voice-video-calling/includes/raw-media/raw-media-access-windows.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,3 +552,7 @@ This feature gives you access the video frames inside the `IncomingVideoStream`'
552552
}
553553
}
554554
```
555+
556+
## Quickstart: Try out the test app
557+
558+
- [Raw Video](https://github.com/Azure-Samples/communication-services-dotnet-quickstarts/tree/main/RawVideo)

0 commit comments

Comments
 (0)