forked from shaba/openuds
Merge remote-tracking branch 'origin/v3.6'
This commit is contained in:
commit
a6c6bca2fd
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user