RCRTCVideoStreamConfig constructor

RCRTCVideoStreamConfig(
  1. int minRate,
  2. int maxRate,
  3. RCRTCFps fps,
  4. RCRTCVideoResolution resolution,
)

Implementation

RCRTCVideoStreamConfig(this.minRate, this.maxRate, this.fps, this.resolution);