sbool dm_isWebCamLive() { for (O m : dm_webCamModules()) pcall { if (isTrue(dm_callModule(m, 'isWebCamLive))) true; } false; }