mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Add new VideoConference module for muting mic/cam (#11798)
* add new VideoConference module for muting mic/cam Co-authored-by: PrzemyslawTusinski <61138537+PrzemyslawTusinski@users.noreply.github.com> Co-authored-by: Niels Laute <niels.laute@live.nl>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "CameraStateUpdateChannels.h"
|
||||
|
||||
#include "naming.h"
|
||||
|
||||
std::wstring_view CameraOverlayImageChannel::endpoint()
|
||||
{
|
||||
static const std::wstring endpoint = ObtainStableGlobalNameForKernelObject(L"PowerToysVideoConferenceCameraOverlayImageChannelSharedMemory", true);
|
||||
return endpoint;
|
||||
}
|
||||
|
||||
std::wstring_view CameraSettingsUpdateChannel::endpoint()
|
||||
{
|
||||
static const std::wstring endpoint = ObtainStableGlobalNameForKernelObject(L"PowerToysVideoConferenceSettingsChannelSharedMemory", true);
|
||||
return endpoint;
|
||||
}
|
||||
Reference in New Issue
Block a user