unmuteUser

fun unmuteUser(user: User)

Unmutes the given user.

Parameters

user

The User we wish to unmute.


fun unmuteUser(userId: String)

Unmutes the given user inside this channel.

Parameters

userId

The ID of the user to be unmuted.