CallLog constructor
CallLog({
- String? sessionId,
- String? mid,
- String? receiverType,
- double? totalAudioMinutes,
- double? totalVideoMinutes,
- double? totalDurationInMinutes,
- String? totalDuration,
- bool? hasRecording,
- String? mode,
- int? startedAt,
- String? status,
- String? type,
- int? totalParticipants,
- int? endedAt,
- int? initiatedAt,
- CallEntity? initiator,
- CallEntity? receiver,
- List<
Participants> ? participants, - List<
Recordings> ? recordings,
Implementation
CallLog(
{this.sessionId,
this.mid,
this.receiverType,
this.totalAudioMinutes,
this.totalVideoMinutes,
this.totalDurationInMinutes,
this.totalDuration,
this.hasRecording,
this.mode,
this.startedAt,
this.status,
this.type,
this.totalParticipants,
this.endedAt,
this.initiatedAt,
this.initiator,
this.receiver,
this.participants,
this.recordings});