GroupCallParticipantVideoSourceGroup constructor

const GroupCallParticipantVideoSourceGroup({
  1. required String semantics,
  2. required List<int> sources,
})

Group Call Participant Video Source Group constructor.

Implementation

const GroupCallParticipantVideoSourceGroup({
  required this.semantics,
  required this.sources,
}) : super._();