# Sending and receiving remote stream

**URL:** https://react-native-webrtc.discourse.group/t/sending-and-receiving-remote-stream/591
**Category:** Uncategorized
**Created:** [April 11, 2020, 1:22am UTC](https://react-native-webrtc.discourse.group/t/sending-and-receiving-remote-stream/591 "2020-04-11T01:22:09Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![anasyarn](https://yyz2.discourse-cdn.com/free1/user_avatar/react-native-webrtc.discourse.group/anasyarn/32/190_2.png) [@anasyarn](https://react-native-webrtc.discourse.group/u/anasyarn)
#### Post date: [April 11, 2020, 1:22am UTC](https://react-native-webrtc.discourse.group/t/sending-and-receiving-remote-stream/591/1 "2020-04-11T01:22:09Z")

</div>

im getting local stream by mediaDevices.getUserMedia(constraints). I have also a signaling server. How can i send this local stream and receive from remotePeer?? remotePeer is my another phone. Please help.

---

<div class="post-metadata">

### Author: ![bcgoodmate](https://yyz2.discourse-cdn.com/free1/user_avatar/react-native-webrtc.discourse.group/bcgoodmate/32/177_2.png) [@bcgoodmate](https://react-native-webrtc.discourse.group/u/bcgoodmate)
#### Post date: [April 11, 2020, 8:49am UTC](https://react-native-webrtc.discourse.group/t/sending-and-receiving-remote-stream/591/2 "2020-04-11T08:49:40Z")

</div>

See this sample for your guide

> **[bcgoodmate/react-native-webrtc-implementation](https://github.com/bcgoodmate/react-native-webrtc-implementation/tree/master/video-broadcast)**
>
> Contribute to bcgoodmate/react-native-webrtc-implementation development by creating an account on GitHub.
