RtpForwardStopped constructor Null safety

RtpForwardStopped(
  1. {String? audiobridge,
  2. int? room,
  3. int? streamId}
)

Implementation

RtpForwardStopped({
    this.audiobridge,
    this.room,
    this.streamId,});