Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

### Janus-Gateway-Android


logo

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 Call

Currently 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/)