# New MediaStream not rendering in RTCView

**URL:** https://react-native-webrtc.discourse.group/t/new-mediastream-not-rendering-in-rtcview/2016
**Category:** Help
**Created:** [July 26, 2024, 7:39pm UTC](https://react-native-webrtc.discourse.group/t/new-mediastream-not-rendering-in-rtcview/2016 "2024-07-26T19:39:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ashfaq-ahmed](https://yyz2.discourse-cdn.com/free1/user_avatar/react-native-webrtc.discourse.group/ashfaq-ahmed/32/835_2.png) [@ashfaq-ahmed](https://react-native-webrtc.discourse.group/u/ashfaq-ahmed)
#### Post date: [July 26, 2024, 7:39pm UTC](https://react-native-webrtc.discourse.group/t/new-mediastream-not-rendering-in-rtcview/2016/1 "2024-07-26T19:39:13Z")

</div>

Hi, I am using react-native-webrtc 124.0.3 and mediasoup-client 3.7.12,  
To render the remote track that we receive through mediasoup, I use `new MediaStream()` and then `addTrack` to that media stream which is then passed to RTCView as url, But nothing gets rendered. I saw [this](https://github.com/react-native-webrtc/react-native-webrtc/issues/405) issue but I’m not sure whether that has been resolved or not. localStream works fine. If someone has experienced this or has a workaround, please help. thanks
