StreamPausedEvent constructor
const
StreamPausedEvent({
- required String participantId,
- required StreamType type,
Implementation
const StreamPausedEvent({
required this.participantId,
required this.type,
});