RCRTCVideoConfig.create constructor
RCRTCVideoConfig.create({
- int minBitrate = 500,
- int maxBitrate = 2200,
- RCRTCVideoFps fps = RCRTCVideoFps.fps_24,
- RCRTCVideoResolution resolution = RCRTCVideoResolution.resolution_720_1280,
- bool mirror = false,
Implementation
RCRTCVideoConfig.create({
this.minBitrate = 500,
this.maxBitrate = 2200,
this.fps = RCRTCVideoFps.fps_24,
this.resolution = RCRTCVideoResolution.resolution_720_1280,
this.mirror = false,
});