onUserMuted method

void onUserMuted(
  1. String roomId,
  2. List<String> userIds
)

When some room participants were muted,then method will call notify Administrator.

  • Parameters:
    • roomId: chatroom id
    • userId: UserId were muted
    • operatorId: Operator user id

Implementation

void onUserMuted(String roomId, List<String> userIds) {}