GroupCallStreams constructor

const GroupCallStreams({
  1. required List<GroupCallStream> streams,
  2. dynamic extra,
  3. int? clientId,
})

Represents a list of group call streams

Implementation

const GroupCallStreams({
  required this.streams,
  this.extra,
  this.clientId,
});