CKConfiguration constructor

const CKConfiguration({
  1. CKSounds sounds = const CKSounds(),
  2. Set<CKCapability> capabilities = const {},
  3. Set<CKCallAttributes> attributes = const {},
  4. CKTimer timer = const CKTimer(),
  5. bool notifyOnCallEnd = true,
  6. bool notifyOnMissedCall = true,
  7. Map<CKCallAction, String> icons = const {},
  8. bool strictMode = true,
})

Implementation

const CKConfiguration({
  this.sounds = const CKSounds(),
  this.capabilities = const {},
  this.attributes = const {},
  this.timer = const CKTimer(),
  this.notifyOnCallEnd = true,
  this.notifyOnMissedCall = true,
  this.icons = const {},
  this.strictMode = true,
  // this.repostOnClick = true,
});