WebStoredCall constructor
- required ChatId chatId,
- ChatCall? call,
- ChatCallCredentials? creds,
- ChatCallDeviceId? deviceId,
- OngoingCallState state = OngoingCallState.local,
Implementation
const WebStoredCall({
required this.chatId,
this.call,
this.creds,
this.deviceId,
this.state = OngoingCallState.local,
});