total property
Total number of participants in the call including the anonymous participants.
Implementation
@$pb.TagNumber(1)
$core.int get total => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set total($core.int v) {
$_setUnsignedInt32(0, v);
}