LiveStreamContentDetails constructor

LiveStreamContentDetails({
  1. String? closedCaptionsIngestionUrl,
  2. bool? isReusable,
})

Implementation

LiveStreamContentDetails({
  this.closedCaptionsIngestionUrl,
  this.isReusable,
});