I am trying to build an POC in an android app where I need to build an peer-to-peer video chat/conference I googled and found out tokbox is good option to start with, so I started referring the tokbox tutorial/docs in their official site,now to some extent I got clarity on how to get an start on Android side but I also need an Java server side implementation for that I referred the server-sdk but I didn't got clarity on how start coding from server even though I referred the server side implementation for tokbox java-sdk given in git.
can any one help me how to kick start on server side implementation and android app to server application interaction,some code snippets and sample project will help me a lot to start off.
In short I need to implement Java server side tokbox api integration. Android(publisher)----->Server sdk----->Android(subscriber)