unblockUser

suspend fun SendbirdChat.unblockUser(blockedUserId: String)

Deprecated

As of 4.17.0, replaced with awaitUnblockUser(blockedUserId).

Replace with

awaitUnblockUser(blockedUserId)

Unblocks the specified User. Unblocked User can send messages to the ex-blocker.

Since

4.15.0

Parameters

blockedUserId

User ID to unblock.