ooVoo Forums

Welcome to ooVoo Forums Sign in | Join | Help
in Search

How to create instances

Last post 08-13-2009 5:28 AM by kkosman. 6 replies.
Page 1 of 1 (7 items)
Sort Posts: Previous Next
  • 06-05-2009 8:06 AM

    How to create instances

    Hi,

     

    Can you please let me know how to create instances for each user in a  single room .

  • 06-05-2009 8:29 AM In reply to

    Re: How to create instances

     To get more than one instance, you need to first register as a developer at developer.oovoo.com.

    Next, you can create different instances of your room by adding an instance key to the embed code:

    Here is a sample embed code:

    <!--Start ooVoo room code-->
    <script type="text/javascript" src="http://videocallroom.oovoo.com/oovoomelink/codelib/oovoorooms.js"></script>
    <script src='http://java.com/js/deployJava.js'></script>
    <script type='text/javascript'>
    roomProps.roomID = '60D56CE75A321CE3E01230144F7E8E22';
    roomProps.width = '795';
    roomProps.height = '640';
    roomProps.backgroundColor = '#666666';
    roomProps.captionText = 'Enter your caption here';
    roomProps.captionColor = '#FFFFFF';
    var myRoom=CreateRoom();
    </script>
    <!--End ooVoo room code-->

     

    By adding this:

     roomProps.instancekey = 'xyzabc';

    you create different rooms in your code.  xyzabc can be anything you want.  THe topic of the room, the username of the person on your web site, an email address, or just a random number.

     Developers get 3 instances for free.  If you want more instances, contact support@oovoo.com and they'll set you up.

    Thanks,

    -tj

    Filed under: ,
  • 06-05-2009 10:47 AM In reply to

    Re: How to create instances

     I created 2 pages where i am creating  rooms. In these pages, I am passing same roomID and  different instance keys in both the pages. But when I tested I found that it is allowing for video conferencing. I think it is not allowing to create room instances.Could you please help in regards to this.

  • 06-30-2009 1:30 PM In reply to

    Re: How to create instances

    I don't understand your question.  Please give more detail and/or please email developer@oovoo.com for help with your specific need.

  • 07-30-2009 12:18 PM In reply to

    Re: How to create instances

    I am having the same issue.. add the line  roomProps.instancekey = 'room2';   in my case it is room1  and room2 for my test. you can go to http://thegiide.com/oovoo2.html  for room1  and http://igiide.com/oovoo3.html for room 2.. problem is these should be different rooms, they are not. when someone logs into room1  and someone logs into room2 they are talking to each other NOT waiting for someone else to log into there room respectivly.  below is how my script looks, you have to change the room to what room you wish.. So please tell me what to do. I have 101 instances to use and so far cannot get but 1 to ever work.

    <script type="text/javascript" src="http://videocallroom.oovoo.com/oovoomelink/codelib/oovoorooms.js"></script>
    <script src='http://java.com/js/deployJava.js'></script>
    <script type='text/javascript'>
    roomProps.roomID = '69D1B0B637FE2CFCE04400144F7E8E22';
    roomProps.instancekey = 'room2';
    roomProps.width = '640';
    roomProps.height = '350';
    roomProps.backgroundColor = '#000000';
    roomProps.captionText = '';
    roomProps.captionColor = '#FFFFFF';
    var myRoom=CreateRoom();
    </script>
  • 08-11-2009 1:32 PM In reply to

    Re: How to create instances

     Have you had any luck with this? I get the same problem

  • 08-13-2009 5:28 AM In reply to

    Re: How to create instances

    The problem You are facing is spelling. In ooVoo api there is an spelling mistake!

    To register an instance:

    roomProps.instanceKey='xcvz0987';
     
    Spot the capital 'K'.
     
    Regards 
Page 1 of 1 (7 items)