Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 8 hours 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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T07:06:44.000Z (almost 4 years ago)
- Last Synced: 2023-12-06T12:27:10.325Z (11 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![echo](images/janus_echo_demo.png?raw=true)
* [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/)