SipConfig constructor
const
SipConfig({})
Implementation
const SipConfig({
required this.domain,
required this.username,
required this.password,
this.realm,
this.callerId,
this.displayName,
this.port = 5060,
this.useWebSocket = false,
});