leave

suspend fun GroupChannel.leave(shouldRemoveOperatorStatus: Boolean = false)

Deprecated

As of 4.17.0, replaced with awaitLeave(shouldRemoveOperatorStatus).

Replace with

awaitLeave(shouldRemoveOperatorStatus)

Leaves this channel.

Since

4.15.0

Parameters

shouldRemoveOperatorStatus

If true, the operator status of the current User will be removed.