LivepeerStreamDetails constructor

LivepeerStreamDetails({
  1. String? streamKey,
  2. String? playbackId,
})

Implementation

LivepeerStreamDetails({this.streamKey, this.playbackId});