maxParticipants property

  1. @JsonKey(name: 'max_participants')
int? maxParticipants
final

Limit number of participants that can be in a room, excluding Egress and Ingress participants.

Implementation

@JsonKey(name: 'max_participants')
final int? maxParticipants;