RemoteParticipantUpdate.set constructor

const RemoteParticipantUpdate.set(
  1. {Update<ParticipantPermissionsUpdate>? permissions,
  2. RemoteInputsEnabledUpdate? inputsEnabled}
)

Implementation

const factory RemoteParticipantUpdate.set({
  /// A desired update to a remote participant's permissions.
  Update<ParticipantPermissionsUpdate>? permissions,

  /// A desired update to a remote participant's input enabled states.
  RemoteInputsEnabledUpdate? inputsEnabled,
}) = _RemoteParticipantUpdate;