Skip to content

Commit

Permalink
docs(react-native): fixed interchanged urls
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshvai committed Dec 8, 2023
1 parent 07bf01a commit df3b02e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Welcome to the Stream Video React Native SDK - a comprehensive toolkit designed

Our React Native SDK comes with user-friendly UI components, easy-to-use React hooks, and context providers/wrappers, making your development process seamless. Moreover, all calls are routed through Stream's global edge network, ensuring lower latency and higher reliability due to proximity to end users.

If you're new to Stream React Native Video SDK, we recommend starting with the following three tutorials, depending upon your requirements:
If you're new to Stream React Native Video SDK, we recommend starting with the following three tutorials, depending on your requirements:

- [Video & Audio Calling Tutorial](https://getstream.io/video/sdk/reactnative/tutorial/video-calling/)
- [Audio Room Tutorial](https://getstream.io/video/sdk/reactnative/tutorial/livestreaming/)
- [Livestream Tutorial](https://getstream.io/video/sdk/reactnative/tutorial/audio-room/)
- [Audio Room Tutorial](https://getstream.io/video/sdk/reactnative/tutorial/audio-room/)
- [Livestream Tutorial](https://getstream.io/video/sdk/reactnative/tutorial/livestreaming/)

After the tutorials, the documentation explains how to use:

Expand All @@ -23,7 +23,7 @@ After the tutorials, the documentation explains how to use:
It also explains advanced features such as:

- [Ringing/Calls](./core/joining-and-creating-calls/)
- [Requesting & Granting permissions](./ui-cookbook/permission-requests/)
- [Requesting and Granting permissions](./ui-cookbook/permission-requests/)
- [Participants Layout Switching](./ui-cookbook/runtime-layout-switching/)
- Friendly support for [Push notifications](./advanced/push-notifications/setup), [deep linking](./advanced/deeplinking/) and Reconnection of calls.

Expand Down

0 comments on commit df3b02e

Please sign in to comment.