totalDuration property Null safety

int? totalDuration
read / write

The duration of a call starting from the time when a user joins a channel. If the user leaves and rejoins the channel, the duration restarts. Unit: seconds

Implementation

int? totalDuration;