StreamRemovedEvent constructor

const StreamRemovedEvent({
  1. required String participantId,
  2. required String streamId,
  3. required StreamType type,
})

Implementation

const StreamRemovedEvent({
  required this.participantId,
  required this.streamId,
  required this.type,
});