can i exclude specific player in JoinRandomRoom

Options
i code block specific player with closeconnection(player name)
but i can't how to block matching(joinrandomroom) with specific user who i blocked

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @SungJinKang,

    Thank you for choosing Photon!

    As discussed here (btw do not post duplicate questions), you can't block users in Photon join or create operations currently. You need to make use of "Custom Authentication" to disallow users from connecting to Photon altogether and an explicit manual way of banning or kicking users.