benwtrent / janus-gateway-android

This is an API wrapper that utilizes the native WebRTC build and is made to ease communication with the janus-gateway
MIT License
112 stars 73 forks source link

build rest client interface #10

Closed benwtrent closed 8 years ago

benwtrent commented 8 years ago

right now the only supported interaction with janus is the websocket interface. A rest client endpoint needs to be written. Utilizing already included libraries in the project would be preferred.

benwtrent commented 8 years ago

Addressed in #11