Assuming the "persistent" flag remains as 'false', the objects you create will be destroyed when you leave. However if at any point you had it as 'true', that object will remain in the channel as you're joining it passing 'true' in the TNManager.JoinChannel request -- meaning all objects created with the 'persistent' flag being true effectively stick around.