Merge remote-tracking branch 'origin/v3.6'

This commit is contained in:
Adolfo Gómez García 2022-08-01 14:39:34 +02:00
commit a6c6bca2fd

View File

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