onUserUnmuted method
When some room participants were unmuted,then method will call notify Administrator.
- Parameters:
- roomId: chatroom id
- userId: UserId were muted
- operatorId: Operator user id
Implementation
void onUserUnmuted(String roomId, List<String> userIds) {}