regular property
The default sorting preset.
Implementation
static final regular = combineComparators<CallParticipantState>([
pinned,
screenSharing,
ifInvisibleBy(dominantSpeaker),
ifInvisibleBy(speaking),
ifInvisibleBy(byReactionType('raised-hand')),
ifInvisibleBy(publishingVideo),
ifInvisibleBy(publishingAudio),
]);