restCallStatus method

void restCallStatus()

Implementation

void restCallStatus() {
  if (type == 1) {
    type = 0;
  }
  match15 = false;
  matchSoon = false;
  call = true;
  callStatus = -1;
  isSoonMoney = false;
  isConnect = null;
  isSendConnect = false;
  offline = false;
  localVideoStatus = false;
  remoteVideoStatus = false;
  showTime = false;
  partyLeft = false;
  showVideoView = true;
  isLeave = false;
  closeCamera = false;
  closeMicrophone = false;
  userUid = null;
  channelId = null;
  setState(() {});
}