callback_CreatedPersistentObject()
After you succesfully create a persistent object in your server, this callback function is called, and the unique id of the persistent object, which is a positive integer is returned.
PreviousCreatePersistentObject(roomId , persistentObjectStruct)NextEditPersistentObject(persistentObjectId , new_persistentObjectStruct)
Last updated