StreamPausedEvent constructor

const StreamPausedEvent({
  1. required String participantId,
  2. required StreamType type,
})

Implementation

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