participantCount property

Future<int> get participantCount

Current participant count (one-shot).

Implementation

Future<int> get participantCount async {
  return 0;
}