Hi ,

When I enter in a room with an hash (by setUserObjectAndGenerateRoomHash)
the user is automatically register in the system?


Example) 


setUserObjectAndGenerateRoomHash(sessionId, "user1", "Mike", "Green", "xxx",
mikegr...@mail.com, "10" , "APP1", "30", 0 , 1);


When I use the hash and I enter in the room 30 By URL a new User Mike Green
is added in the system.


I would like to understand 


1)  Why EveryTime I generate an hash a new User Mike Green is added to the
system? How I can prevent this. so that In my system I have only an user
Mike Green


2)  Can I use an user that I have created with addNewUser() or
addNewUserWithExternalType() for generate an hash. to prevent the system to
generate a new user?


Thank you.

        


Reply via email to