GroupCallVideoSourceGroup constructor

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

Describes a group of video synchronization source identifiers

Implementation

const GroupCallVideoSourceGroup({
  required this.semantics,
  required this.sourceIds,
});