LivePreRollConfiguration constructor

LivePreRollConfiguration({
  1. String? adDecisionServerUrl,
  2. int? maxDurationSeconds,
})

Implementation

LivePreRollConfiguration({
  this.adDecisionServerUrl,
  this.maxDurationSeconds,
});