SipInboundCredentials constructor
SipInboundCredentials({})
Returns a new SipInboundCredentials instance.
Implementation
SipInboundCredentials({
required this.apiKey,
this.callCustomData = const {},
required this.callId,
required this.callType,
required this.token,
this.userCustomData = const {},
required this.userId,
});