Releases: GetStream/webrtc-in-jetpack-compose
Releases · GetStream/webrtc-in-jetpack-compose
1.0.4
What's Changed
- Add Docker Support with Dockerfile and Docker Compose by @resilientbd in #9
- Bump dependencies to new versions by @skydoves in #10
New Contributors
- @resilientbd made their first contribution in #9
Full Changelog: 1.0.3...1.0.4
1.0.3
Full Changelog: 1.0.2...1.0.3
1.0.2
✍️ A new technical content was released
If you want to have a better grasp of how WebRTC works in Jetpack Compose, such as basic concepts of WebRTC, relevant terminologies, and how to render video streams in Jetpack Compose, check out the articles below:
Building a Video Chat App: WebRTC in Jetpack Compose (Part2)
What's Changed
New Contributors
Full Changelog: 1.0.1...1.0.2
1.0.1
✍️ A new technical content was released
If you want to have a better grasp of how WebRTC works, such as basic concepts of WebRTC, relevant terminologies, and how to establish a peer-to-peer connection and communicate with the signaling server in Android, check out the articles below:
Building a Video Chat App: WebRTC on Android (Part1)