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,