onUserUnmuted method

void onUserUnmuted(
  1. BaseChannel channel,
  2. User user
)

A callback for when a user is unmuted from channel. Not for FeedChannel

Implementation

void onUserUnmuted(BaseChannel channel, User user) {}