unmuteUser

suspend fun GroupChannel.unmuteUser(userId: String)

Deprecated

As of 4.17.0, replaced with awaitUnmuteUser(userId).

Replace with

awaitUnmuteUser(userId)

Unmutes User. Unmuted User's messages are again shown to current User.

Since

4.15.0

Parameters

userId

The user ID to unmute.


suspend fun OpenChannel.unmuteUser(userId: String)

Deprecated

As of 4.17.0, replaced with awaitUnmuteUser(userId).

Replace with

awaitUnmuteUser(userId)

Unmute userUnmutes User. Unmuted User's messages are again shown to current User.

Since

4.15.0

Parameters

userId

The user ID to unmute.