onMemberJoinedFromChatRoom method Null safety
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);
Occurs when a member join the chatroom.
Param roomId The chatroom ID.
Param participant The new member's username.
void onMemberJoinedFromChatRoom(String roomId, String participant);