# Broadcast livestream with ts sdk with React Native

**URL:** https://forum.social.plus/t/broadcast-livestream-with-ts-sdk-with-react-native/804
**Category:** General
**Created:** [July 7, 2023, 4:25pm UTC](https://forum.social.plus/t/broadcast-livestream-with-ts-sdk-with-react-native/804 "2023-07-07T16:25:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![JuanMorales](https://avatars.discourse-cdn.com/v4/letter/j/dfb087/32.png) [@JuanMorales](https://forum.social.plus/u/JuanMorales)
#### Post date: [July 7, 2023, 4:25pm UTC](https://forum.social.plus/t/broadcast-livestream-with-ts-sdk-with-react-native/804/1 "2023-07-07T16:25:43Z")

</div>

I was looking for information about broadcasting a livestream in React Native with TypeScript SDK, but I couldn’t find it in the documentation.

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [July 10, 2023, 4:59am UTC](https://forum.social.plus/t/broadcast-livestream-with-ts-sdk-with-react-native/804/2 "2023-07-10T04:59:45Z")

</div>

Hi @JuanMorales ,

Please find [https://docs.amity.co/video/typescript-react-native/live-stream#broadcast-live-stream](https://docs.amity.co/video/typescript-react-native/live-stream#broadcast-live-stream)

Amity Support

---

<div class="post-metadata">

### Author: ![JuanMorales](https://avatars.discourse-cdn.com/v4/letter/j/dfb087/32.png) [@JuanMorales](https://forum.social.plus/u/JuanMorales)
#### Post date: [July 10, 2023, 6:08am UTC](https://forum.social.plus/t/broadcast-livestream-with-ts-sdk-with-react-native/804/3 "2023-07-10T06:08:59Z")

</div>

Hi @SocialPlus_Support , thanks for the reply. I have checked the link, and I am having trouble understanding how to transmit video data and append it to the createStream endpoint provided by the SDK. I noticed that the process is explained in more detail for the native Android and iOS platforms.  
Could you please provide some suggestions or references on how to transmit and append video data in this scenario? I would greatly appreciate it.

Attached below is the code snippet from the documentation that I was referring to:

```auto
async function createStream() {
  const newStream = {
    title: 'stream title',
    thumbnailFileId: 'fileId',
    description: 'this is my live stream',
    isSecure: false,
  };

  const { data: stream } = await StreamRepository.createStream(newStream);

  return stream;
}

```

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [July 12, 2023, 8:58am UTC](https://forum.social.plus/t/broadcast-livestream-with-ts-sdk-with-react-native/804/4 "2023-07-12T08:58:11Z")

</div>

Hello, we apologize for any inconvenience caused by our previous documentation. We’ve taken your feedback into consideration and made significant updates to provide you with a better experience. You can find the revised documentation at this link: [https://docs.amity.co/video/typescript-react-native/live-stream](https://docs.amity.co/video/typescript-react-native/live-stream) 🙏
