I dont know if there is anybody who have started to integrate the BigBlueButton
http://demo.bigbluebutton.org/ A video conferencing application for android. I've started developing a simple app, which opens the installed BBB-android application from my application. I am using
Uri ServerUrl = Uri.parse("bigbluebutton://api/create?name=Android&meetingID=TestBBB&checksum=5cacecd62666d26c051ac2846fdd37e1bb6bebaa");
But its not working. As soon as application opens, it shows "Can't Join the meeting". Can anyone please diagnose this and reply for the same as soon as possible?? Regards..