RCRTCEngineSetup.create constructor
RCRTCEngineSetup.create({
- bool reconnectable = true,
- int statsReportInterval = 1000,
- bool enableSRTP = false,
- String? mediaUrl,
- RCRTCAudioSetup? audioSetup,
- RCRTCVideoSetup? videoSetup,
Implementation
RCRTCEngineSetup.create({
this.reconnectable = true,
this.statsReportInterval = 1000,
this.enableSRTP = false,
this.mediaUrl,
this.audioSetup,
this.videoSetup,
});