GoLiveRequest constructor

GoLiveRequest({
  1. String? recordingStorageName,
  2. bool? startClosedCaption,
  3. bool? startHls,
  4. bool? startRecording,
  5. bool? startRtmpBroadcasts,
  6. bool? startTranscription,
  7. String? transcriptionStorageName,
})

Returns a new GoLiveRequest instance.

Implementation

GoLiveRequest({
  this.recordingStorageName,
  this.startClosedCaption,
  this.startHls,
  this.startRecording,
  this.startRtmpBroadcasts,
  this.startTranscription,
  this.transcriptionStorageName,
});