DiscardCall constructor
DiscardCall({})
Implementation
DiscardCall({
required this.callId,
required this.isDisconnected,
required this.inviteLink,
required this.duration,
required this.isVideo,
required this.connectionId,
});