RTMPIngress constructor

RTMPIngress({
  1. required String address,
})

Returns a new RTMPIngress instance.

Implementation

RTMPIngress({
  required this.address,
});