DiscardCall constructor
      const
      DiscardCall({})
     
    
Discards a call
Implementation
const DiscardCall({
  required this.callId,
  required this.isDisconnected,
  required this.duration,
  required this.isVideo,
  required this.connectionId,
});