removeMember

fun removeMember(channelId: String, playerId: UUID): Result<Unit>(source)

Removes a member from a channel.

Return

Result indicating success or failure of the operation.

Parameters

channelId

The ID of the channel.

playerId

The UUID of the player to remove.

Throws

if the channel does not exist.