Avoid camera "blips" by only updating video or audio with setInputDevicesAsync(). You can now pass null as a device ID if you only want to update your microphone or camera and not affect the other device.
Out with the old and in with the async! setOutputDevice() is now deprecated. setOutputDeviceAsync() can (and should) be used in its place starting with this release.