RCRTCVideoSetup.create constructor
RCRTCVideoSetup.create({})
Implementation
RCRTCVideoSetup.create({
this.enableTinyStream = true,
this.enableHardwareDecoder = true,
this.enableHardwareEncoder = true,
this.enableHardwareEncoderHighProfile = false,
this.hardwareEncoderFrameRate = 30,
this.enableTexture = true,
});