remoteHangup method

void remoteHangup(
  1. String callMode,
  2. String userJid,
  3. String callType,
  4. String callAction,
)

Implementation

void remoteHangup(
    String callMode, String userJid, String callType, String callAction) {
  // if(callList.isNotEmpty) {
  //   disconnectCall();
  // }
  this.callMode(callMode);
  this.callType(callType);
}