- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Yes your are correct that you need to use backend management in php/java/ruby etc for creating rooms dynamically and putting users inside that.
Now, you don't need to create all collectionNodes from the server.
Let's say you want a room that has audio and camera. So, you run your flex app that has audio/camera and pointing to a room X as an owner. Once you have done this, you can save your room X as template/application Y from either devconsole or devportal. Now, you can always create any room on the server using template Y with accountManager.createRoom server2server API. You can use any of php/ruby/java. I mentioned this API in an earlier reply. All your new rooms will then automatically have everything required for camera/audio since they have been created from a similar template.
Lastly, you need to go through sections on Room Provisioning and External Authentication in Developer Guide to know the details.
Thanks
Hironmay Basu
Views
Replies
Total Likes