RTMPIngress constructor
RTMPIngress({
- required String address,
Returns a new RTMPIngress instance.
Implementation
RTMPIngress({
required this.address,
});
Returns a new RTMPIngress instance.
RTMPIngress({
required this.address,
});