WebStoredCall constructor

const WebStoredCall({
  1. required ChatId chatId,
  2. ChatCall? call,
  3. ChatCallCredentials? creds,
  4. ChatCallDeviceId? deviceId,
  5. OngoingCallState state = OngoingCallState.local,
})

Implementation

const WebStoredCall({
  required this.chatId,
  this.call,
  this.creds,
  this.deviceId,
  this.state = OngoingCallState.local,
});