Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves authored Jan 12, 2023
1 parent aba49e2 commit abe3e83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The purpose of this repository is to demonstrate below:

We're preparing to publish a blog post about **WebRTC in Jetpack Compose**. If you need to understand WebRTC and communication protocols, check out the [HTTP, WebSocket, gRPC or WebRTC: Which Communication Protocol is Best For Your App?](https://getstream.io/blog/communication-protocols/).

If you'd like to get notified as we release future posts, join the **[watchers](https://github.com/skydoves/android-developer-roadmap/watchers)** on GitHub or follow **[Stream](https://twitter.com/getstream_io)** on Twitter. You can also follow the __[author](https://github.com/skydoves)__ of this repository on GitHub.
If you'd like to get notified as we release future posts, join the **[watchers](https://github.com/GetStream/webrtc-in-jetpack-compose/watchers)** on GitHub or follow **[Stream](https://twitter.com/getstream_io)** on Twitter. You can also follow the __[author](https://github.com/skydoves)__ of this repository on GitHub.


<a href="https://getstream.io/chat/sdk/compose">
Expand Down Expand Up @@ -48,13 +48,13 @@ If you’re interested in adding powerful In-App Messaging to your app, check ou

To build this project properly, you should follow the instructions below:

1. Run the [WebRTC backend server](https://github.com/advocacies/webrtc-in-jetpack-compose/tree/main/webrtc-backend).
1. Run the [WebRTC backend server](https://github.com/GetStream/webrtc-in-jetpack-compose/tree/main/webrtc-backend).
2. Add the local ip address of your pc on the `local.properties` file on the project (Android Studio) like the below:

```
SIGNALING_SERVER_IP_ADDRESS=ws://192.168.1.123:8080/rtc # You should change 192.168.1.123 to your local ip address, which is running the WebRTC backend server
```
3. Lastly, run the [WebRTC android](https://github.com/advocacies/webrtc-in-jetpack-compose/tree/main/webrtc-android) project on your multiple devices to test peer communication.
3. Lastly, run the [WebRTC android](https://github.com/GetStream/webrtc-in-jetpack-compose/tree/main/webrtc-android) project on your multiple devices to test peer communication.

## 🤝 Contribution

Expand Down

0 comments on commit abe3e83

Please sign in to comment.