ParticipantTrackPermission constructor

const ParticipantTrackPermission(
  1. String participantSid,
  2. bool allTracksAllowed,
  3. List<String> allowedTrackSids
)

Implementation

const ParticipantTrackPermission(
  this.participantSid,
  this.allTracksAllowed,
  this.allowedTrackSids,
);