onMuteListAddedFromChatRoom method Null safety

void onMuteListAddedFromChatRoom(
  1. String roomId,
  2. List<String> mutes,
  3. String? expireTime
)

Occurs when there are chat room member(s) muted (added to mute list),

Param roomId The chatroom ID.

Param mutes The members to be muted.

Param expireTime The mute duration.

Implementation

void onMuteListAddedFromChatRoom(
  String roomId,
  List<String> mutes,
  String? expireTime,
);