onHold method

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

Implementation

void onHold(
    String callMode, String userJid, String callType, String callStatus) {
  // this.callStatus(callStatus);
  this.callMode(callMode);
  this.callType(callType);
}