onMemberJoinedFromChatRoom method Null safety

void onMemberJoinedFromChatRoom(
  1. String roomId,
  2. String participant
)

有用户participant加入id是roomId的聊天室

Implementation

void onMemberJoinedFromChatRoom(String roomId, String participant);