MixedStreamPushTargetConfig constructor

MixedStreamPushTargetConfig({
  1. MixedStreamPushTargetType pushTargetType = $p.MixedStreamPushTargetType.push_to_cdn,
  2. String pushCDNUrl = '',
  3. String pushWTNStreamId = '',
})

Implementation

MixedStreamPushTargetConfig({
  super.pushTargetType = $p.MixedStreamPushTargetType.push_to_cdn,
  super.pushCDNUrl = '',
  super.pushWTNStreamId = '',
});