BACKND MatchMatching ServerKicking Users Out of Waiting RoomRequest to Kick out UserVersion: 6.0.0On this pageKickUserpublic void KickUser(string nickName);ParameterValueTypeDescriptionnickNamestringNickname of the user to kick outDescriptionKicks out a user from the room. Only the host can call it. ExampleBacknd.Match.KickUser(nickName);