GroupCallStreams constructor
const
GroupCallStreams({
- required List<
GroupCallStream> streams, - dynamic extra,
- int? clientId,
Represents a list of group call streams
Implementation
const GroupCallStreams({
required this.streams,
this.extra,
this.clientId,
});