kick

open suspend fun kick(userId: String, reason: String? = null)

Deprecated

Use remove instead

Replace with

remove(userId, reason)