onUserJoined method

void onUserJoined(
  1. String callMode,
  2. String userJid,
  3. String callType,
  4. String callStatus,
)

Implementation

void onUserJoined(
    String callMode, String userJid, String callType, String callStatus) {
  // addParticipants(callMode, userJid, callType);
}