Andy,
I am pretty sure the `glowing` can be turned off in the config.xml. Refer to the following line:
<module name="VideoconfModule" url="XXXXXXX" uri="XXXXXX" dependson="UsersModule" videoQuality="100" presenterShareOnly="false"controlsForPresenter="true" resolutions="320x240,640x480,1280x720" autoStart="false" showButton="true" showCloseButton="true" publishWindowVisible="true" viewerWindowMaxed="false" viewerWindowLocation="top" camKeyFrameInterval="30"camModeFps="10" camQualityBandwidth="0" camQualityPicture="90" smoothVideo="false" applyConvolutionFilter="false" convolutionFilter="-1, 0, -1, 0, 6, 0, -1, 0, -1" filterBias="0" filterDivisor="4" enableH264="true" h264Level="2.1"h264Profile="main" displayAvatar="false" focusTalking="true" glowColor="0x4A931D" glowBlurSize="30.0"/>
I am not sure whether `focusTalking` is for the glowing or for the `making-of-camera-window-larger-upon-focus` feature. However, i assume you could always change glowBlurSize to zero.
However, changing the config.xml is global as of right now, so EVERY meeting will have the glow turned off. I believe the new 0.81 API supports dynamic config.xml, allowing you to modify the glow-variables based on the client's needs (a small meeting or large meeting, etc). Hope it helps!
Regards,
Joseph Orlando