totalDuration property Null safety
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;
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
int? totalDuration;