mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
libfreerdp-client: add AudioCapture flag with microphone is in use
This commit is contained in:
parent
a602e4d1de
commit
73f782b871
@ -1665,6 +1665,11 @@ int freerdp_client_load_addins(rdpChannels* channels, rdpSettings* settings)
|
|||||||
settings->AudioPlayback = TRUE; /* Both rdpsnd and tsmf require this flag to be set */
|
settings->AudioPlayback = TRUE; /* Both rdpsnd and tsmf require this flag to be set */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (freerdp_dynamic_channel_collection_find(settings, "audin"))
|
||||||
|
{
|
||||||
|
settings->AudioCapture = TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
if (settings->RedirectDrives)
|
if (settings->RedirectDrives)
|
||||||
{
|
{
|
||||||
settings->DeviceRedirection = TRUE;
|
settings->DeviceRedirection = TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user