VideoEffectConfig interface  
Base video effect config.
Properties
| effect | 
	Time to wait (in MS) before firing the 'timeForEffectsWarningReached' event. Default value - 20000  | 
| fps | 
	Minimum fps threshold before firing the 'fpsWarningThresholdReached' event. Default value - 5  | 
Property Details
		effectInitTimeThresholdInMs
	    
	Time to wait (in MS) before firing the 'timeForEffectsWarningReached' event. Default value - 20000
effectInitTimeThresholdInMs?: number
				Property Value
number
		fpsWarningThreshold
	  
	Minimum fps threshold before firing the 'fpsWarningThresholdReached' event. Default value - 5
fpsWarningThreshold?: number
				Property Value
number