MediaPackageOutputDestinationSettings constructor

MediaPackageOutputDestinationSettings({
  1. String? channelId,
})

Implementation

MediaPackageOutputDestinationSettings({
  this.channelId,
});