maybeParticipantCountsOf static method

ParticipantCounts? maybeParticipantCountsOf(
  1. BuildContext context
)

See CallClient.participantCounts.

Implementation

static ParticipantCounts? maybeParticipantCountsOf(BuildContext context) =>
    maybeOf(context, CallClientStateAspect.participantCounts)?.participantCounts;