How to change velocityThreshold in box2D

Hi, the default value of velocityThreshold (in box2d) is 1 that cause to dynamic objects stick to static object like walls. So I need to change this value to 0 when the game start. But I don’t know how to change this parameter.
Also I test window["b2"].velocityThreshold = 0; but did’t worked.