Creating chat rooms via my program

  •  03-26-2007, 12:40 PM

    Creating chat rooms via my program

    Hi!

    My application needs to create chat rooms dynamically. Here are a few questions:

    1. It looks like I can add a row to the CuteChatLobby table to create a new chat room. Is this correct? My test case seems to work fine, just want to make sure that there are no "gotchas" on this.

    2. We need to have the room to be created as not Public and Hidden. Our application will then need to add the permitted users to the room. How do we add users to the room? Is there a table or a column in an existing table we need to do this?

    3. How do I create a url from our application to the appropriate chat room, given that we have the lobbyid assigned in step 1 above?

    Thanks!

    Pete

View Complete Thread