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