remoteOtherBusy method

Future<void> remoteOtherBusy(
  1. String callMode,
  2. String userJid,
  3. String callType,
  4. String callAction,
)

Implementation

Future<void> remoteOtherBusy(String callMode, String userJid, String callType,
    String callAction) async {
  // this.callMode(callMode);
  //remove the user from the list and update ui
  // users.remove(userJid);//out going call view
  remoteBusy(callMode, userJid, callType, callAction);
}