unmuteUser

fun unmuteUser(userId: String): Call<Unit>

Unmutes a previously muted user. Triggers notification.mutes_updated event.

Return

Executable async Call responsible for unmuting a user.

Parameters

userId

The user id to unmute.

See also