RtpForwardStopped constructor

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

Implementation

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