ParticipantPermissions constructor
Implementation
const ParticipantPermissions({
this.canSubscribe = false,
this.canPublish = false,
this.canPublishData = false,
this.hidden = false,
this.recorder = false,
});
const ParticipantPermissions({
this.canSubscribe = false,
this.canPublish = false,
this.canPublishData = false,
this.hidden = false,
this.recorder = false,
});