Skip to main content
Version: SDK-5.9.6

KickUser

public void KickUser(string nickName);

Parameter

ValueTypeDescription
nickNamestringNickname of the user to kick out

Description

Kicks out a user from the room.

  • Only the host can call it.

Example

Backend.Match.KickUser(nickName);