https://github.com/agent10/androidwebrtcexample
WebRTC Android example
https://github.com/agent10/androidwebrtcexample
webrtc webrtc-android
Last synced: 15 days ago
JSON representation
WebRTC Android example
- Host: GitHub
- URL: https://github.com/agent10/androidwebrtcexample
- Owner: agent10
- Created: 2020-05-11T12:31:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T08:27:36.000Z (over 4 years ago)
- Last Synced: 2024-11-16T08:32:13.404Z (6 months ago)
- Topics: webrtc, webrtc-android
- Language: Java
- Homepage:
- Size: 190 KB
- Stars: 37
- Watchers: 4
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-webrtc - androidwebrtcexample - WebRTC Android example. (Miscellaneous / Tool)
README
# Android Webrtc example
This is working example of WebRTC app from [official webrtc src](https://webrtc.googlesource.com/src/+/refs/heads/master/examples/androidapp/) which can be built with the latest Android Studio(3.6.3).This app uses a dependency to latest webrtc Android library: org.webrtc:google-webrtc:1.0.32006
![]()
# How to test
1. Go to https://appr.tc from any browser and create any room number
2. Start the Android app. Enter the room number and press call. Video call should start.