https://github.com/hantrungkien/janus-gateway-android
Janus Gateway Android
https://github.com/hantrungkien/janus-gateway-android
gapo janus webrtc-android webrtc-server
Last synced: 8 months ago
JSON representation
Janus Gateway Android
- Host: GitHub
- URL: https://github.com/hantrungkien/janus-gateway-android
- Owner: hantrungkien
- License: apache-2.0
- Created: 2020-09-11T16:59:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T07:06:44.000Z (almost 5 years ago)
- Last Synced: 2024-12-28T14:30:27.302Z (10 months ago)
- Topics: gapo, janus, webrtc-android, webrtc-server
- Language: Kotlin
- Homepage:
- Size: 2.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Janus-Gateway-Android
![]()
This is an Kotlin API wrapper that utilizes the native WebRTC build and is made to ease communication with the [Janus-Gateway](https://github.com/meetecho/janus-mobile-sdk).
Authentication logic depends on your backend.
It is used in the call feature at [Gapo](https://www.gapo.vn)
Plugins:
- Echo
- Video CallCurrently working examples:
- EchoTest
* [Janus](https://janus.conf.meetecho.com)
* [WebRTC](https://webrtc.org)
* [WebRTC - Mozilla Docs](https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API)
* [WebRTC - SDP](https://www.tutorialspoint.com/webrtc/webrtc_session_description_protocol.htm)
* [WebRTC - STUN/TURN](https://www.html5rocks.com/en/tutorials/webrtc/infrastructure/)
* [WebRTC - ICE](https://developer.mozilla.org/en-US/docs/Glossary/ICE)
* [WebRTC - Trickle ICE](https://webrtcglossary.com/trickle-ice/)