PlayerLatencyPolicy constructor

PlayerLatencyPolicy({
  1. int? maximumIndividualPlayerLatencyMilliseconds,
  2. int? policyDurationSeconds,
})

Implementation

PlayerLatencyPolicy({
  this.maximumIndividualPlayerLatencyMilliseconds,
  this.policyDurationSeconds,
});