GroupCallVideoSourceGroup constructor

GroupCallVideoSourceGroup({
  1. String? extra,
  2. int? client_id,
  3. string? semantics,
  4. vector<int32>? source_ids,
})

Implementation

GroupCallVideoSourceGroup({
  super.extra,
  super.client_id,
  this.semantics,
  this.source_ids,
});