PublisherStream constructor

PublisherStream({
  1. bool? simulcast,
  2. bool? svc,
  3. dynamic feed,
  4. dynamic mid,
})

Implementation

PublisherStream({
  this.simulcast,
  this.svc,
  this.feed,
  this.mid,
});