GroupCallStream constructor

GroupCallStream({
  1. String? extra,
  2. int? client_id,
  3. int32? channel_id,
  4. int32? scale,
  5. int53? time_offset,
})

Implementation

GroupCallStream({
  super.extra,
  super.client_id,
  this.channel_id,
  this.scale,
  this.time_offset,
});