RtpForwarderCreated constructor

RtpForwarderCreated({
  1. String? audiobridge,
  2. dynamic room,
  3. String? group,
  4. int? streamId,
  5. String? host,
  6. int? port,
})

Implementation

RtpForwarderCreated({
  this.audiobridge,
  this.room,
  this.group,
  this.streamId,
  this.host,
  this.port,
});