CallLog constructor
- {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