ZIMCallInviteConfig constructor

ZIMCallInviteConfig({
  1. int timeout = 90,
  2. ZIMCallInvitationMode mode = ZIMCallInvitationMode.unknown,
  3. String extendedData = '',
  4. bool enableNotReceivedCheck = false,
  5. ZIMPushConfig? pushConfig,
})

Implementation

ZIMCallInviteConfig({
  this.timeout = 90,
  this.mode = ZIMCallInvitationMode.unknown,
  this.extendedData = '',
  this.enableNotReceivedCheck = false,
  this.pushConfig,
});