Recently I am facing a problem that every user (valid/invalid) is joining into the room even I throw the SFSException at ZonejinRequest.. So can anyone explain how to authenticate / stop the invalid users at Zonejoin level with sample snippet. (and also how to remove the joined user from zone if possible)
Thanks in Advance
Hi I got the Bug and it solved, Here my bug is I put the code like this
so My Exception block it self catching that SFSLoginException.. so I removed outer try/catch now working fine.