java openmeetings rest webservice api sample test source
1.what i go in one new small company.they want to used openmeetings project,and need play rtmp in android mobile. 2.how i research server technology.and other one response for android client.i need known openmeetings rooms list and room member in the room.and known the camera stream rtmp resource,after someone shared theie video and audio. 3.code there is index.html for openmeetings rest webservice client source,and server.php for openmeetings rest webservice test server script. 3.1 index.html <html> <head> <meta http-equiv= "Content-Type" content= "text/html;charset=utf-8" /> <title>openmeeting test</title> <meta name= "keywords" content= "openmeetings, rest, webservice, api, test, sample, source" /> <script type= "text/javascript" src= "//code.jquery.com/jquery-1.11.0.min.js" ></script> </head> <body> <h1> openmeetings rest webse...