isUserMuted

fun isUserMuted(userId: String): Boolean

Checks if a user is muted by the current user.

Return

True if the user is muted.

Parameters

userId

The ID of the user to check.