We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da8e28 commit 8e6c4cfCopy full SHA for 8e6c4cf
obs-studio-client/source/nodeobs_service.cpp
@@ -477,7 +477,8 @@ Napi::Value service::OBS_service_uninstallVirtualCamPlugin(const Napi::CallbackI
477
WaitForSingleObject(ShExecInfo.hProcess, INFINITE);
478
CloseHandle(ShExecInfo.hProcess);
479
#elif __APPLE__
480
- // User must manually uninstall the Apple SystemExtension
+ // User must manually uninstall the Apple SystemExtension (new obs-virtualcam)
481
+ g_util_osx->uninstallPlugin(); // uninstall legacy plugin
482
#endif
483
return info.Env().Undefined();
484
}
0 commit comments