ZIMCallInviteConfig constructor
ZIMCallInviteConfig({
- int timeout = 90,
- ZIMCallInvitationMode mode = ZIMCallInvitationMode.unknown,
- String extendedData = '',
- bool enableNotReceivedCheck = false,
- ZIMPushConfig? pushConfig,
Implementation
ZIMCallInviteConfig({
this.timeout = 90,
this.mode = ZIMCallInvitationMode.unknown,
this.extendedData = '',
this.enableNotReceivedCheck = false,
this.pushConfig,
});