ParticipantMetadataUpdatedEvent constructor

const ParticipantMetadataUpdatedEvent({
  1. required Participant<TrackPublication<Track>> participant,
})

Implementation

const ParticipantMetadataUpdatedEvent({
  required this.participant,
});