1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-08 21:18:00 +03:00

recovered mic for xfreerdp on mac

This commit is contained in:
Adolfo Gómez García 2023-05-03 21:59:09 +02:00
parent 59141a9f03
commit 36a4f9a68b
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# Copyright (c) 2012-2022 Virtual Cable S.L.U.
# Copyright (c) 2011-2023 Virtual Cable S.L.U.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without modification,
@ -125,8 +125,7 @@ class RDPFile:
params.append('/microphone:sys:alsa')
else:
params.append('/sound')
# Mac does not redirect microphone by default, seems to "cause problems"
# params.append('/microphone')
params.append('/microphone')
if self.multimedia:
params.append('/video')