ParticipantPermissionsUpdate.set constructor
- Update<
bool> ? hasPresence, - Update<
Set< ? canSend,CanSendPermission> > - Update<
Set< ? canAdmin,CanAdminPermission> >
Implementation
const factory ParticipantPermissionsUpdate.set({
/// Whether the participant has presence (i.e. whether they show up in others' participants()).
Update<bool>? hasPresence,
/// The kinds of media the participant is allowed to send.
Update<Set<CanSendPermission>>? canSend,
/// The kinds of admin tasks the participant is allowed to do.
Update<Set<CanAdminPermission>>? canAdmin,
}) = _ParticipantPermissionsUpdate;