onUserMuted method
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) {}