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