RtpForwarderCreated constructor Null safety

RtpForwarderCreated(
  1. {String? audiobridge,
  2. int? 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,});