onUserInvite method

void onUserInvite(
  1. String callMode,
  2. String userJid,
  3. String callType
)

Implementation

void onUserInvite(String callMode, String userJid, String callType) {
  removeSelectedPartcipants();
}