IngestionInfo constructor

IngestionInfo({
  1. String? backupIngestionAddress,
  2. String? ingestionAddress,
  3. String? rtmpsBackupIngestionAddress,
  4. String? rtmpsIngestionAddress,
  5. String? streamName,
})

Implementation

IngestionInfo({
  this.backupIngestionAddress,
  this.ingestionAddress,
  this.rtmpsBackupIngestionAddress,
  this.rtmpsIngestionAddress,
  this.streamName,
});