RtcVideoRecvBweStats constructor

RtcVideoRecvBweStats(
  1. String userId,
  2. int bandwidth
)

Constructs a RtcVideoRecvBweStats

Implementation

RtcVideoRecvBweStats(this.userId, this.bandwidth);