BACKND MatchMatching ServerKicking Users Out of Waiting RoomRequest to Kick out UserVersion: 5.9.6On 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. ExampleBackend.Match.KickUser(nickName);