onMemberJoinedFromChatRoom method Null safety

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

Occurs when a member join the chatroom.

Param roomId The chatroom ID.

Param participant The new member's username.

Implementation

void onMemberJoinedFromChatRoom(String roomId, String participant);