From e9d24fa23fc51e3c16b14d4a42c5ae021379c87e Mon Sep 17 00:00:00 2001 From: Vishal Narkhede Date: Fri, 1 Sep 2023 16:43:46 +0200 Subject: [PATCH] docs: add header image to video RN tutorial (#1045) --- .../docs/reactnative/02-tutorials/01-video-calling.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react-native-sdk/docusaurus/docs/reactnative/02-tutorials/01-video-calling.mdx b/packages/react-native-sdk/docusaurus/docs/reactnative/02-tutorials/01-video-calling.mdx index 9949f5efa1..420180bae2 100644 --- a/packages/react-native-sdk/docusaurus/docs/reactnative/02-tutorials/01-video-calling.mdx +++ b/packages/react-native-sdk/docusaurus/docs/reactnative/02-tutorials/01-video-calling.mdx @@ -17,6 +17,8 @@ This tutorial teaches you how to build Zoom/Whatsapp style video calling for you - Video quality and codecs are automatically optimized. - Powered by Stream's [Video Calling API](https://getstream.io/video/). +![Preview of the video view](../assets/02-tutorials/01-video-calling/video-call.png) + ## Step 1 - Setup a new React Native app Create a new React Native app using the official template,