Virtual Background
Since v1.6.2 virtual background is available. For more information, see Techblog How To Provide Virtual Backgrounds In Your Meetings.
const virtualBackgroundType = DeviceManager.getStoredVirtualBackgroundType();
const deviceManager = new DeviceManager();
deviceManager.setVirtualBackgroundType(virtualBackgroundType);
deviceManager.storeConstraints(); // store selected type
Available types are off
, blur:8
, blur:16
, and image:<url|path>
.