totalActiveTime property

  1. @JsonKey(name: 'totalActiveTime')
int? totalActiveTime
final

The total active time (ms) between the start of the audio call and the callback of the remote user. The active time refers to the total duration of the remote user without the mute state.

Implementation

@JsonKey(name: 'totalActiveTime')
final int? totalActiveTime;