Merge pull request #219 from RheaBarar/main

Improve sound and microphone sharing.
This commit is contained in:
Oskar Manhart 2024-08-19 21:55:33 +02:00 committed by GitHub
commit b6f6a93a87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -509,7 +509,8 @@ function waRunCommand() {
+dynamic-resolution \ +dynamic-resolution \
+auto-reconnect \ +auto-reconnect \
+home-drive \ +home-drive \
/audio-mode:1 \ /sound \
/microphone \
/wm-class:"Microsoft Windows" \ /wm-class:"Microsoft Windows" \
/t:"Windows RDP Session [$RDP_IP]" \ /t:"Windows RDP Session [$RDP_IP]" \
/v:"$RDP_IP" &>/dev/null & /v:"$RDP_IP" &>/dev/null &
@ -528,7 +529,8 @@ function waRunCommand() {
+auto-reconnect \ +auto-reconnect \
+clipboard \ +clipboard \
+home-drive \ +home-drive \
/audio-mode:1 \ /sound \
/microphone \
-wallpaper \ -wallpaper \
+dynamic-resolution \ +dynamic-resolution \
"$MULTI_FLAG" \ "$MULTI_FLAG" \
@ -566,7 +568,8 @@ function waRunCommand() {
+auto-reconnect \ +auto-reconnect \
+clipboard \ +clipboard \
+home-drive \ +home-drive \
/audio-mode:1 \ /sound \
/microphone \
-wallpaper \ -wallpaper \
+dynamic-resolution \ +dynamic-resolution \
"$MULTI_FLAG" \ "$MULTI_FLAG" \
@ -593,7 +596,8 @@ function waRunCommand() {
+auto-reconnect \ +auto-reconnect \
+clipboard \ +clipboard \
+home-drive \ +home-drive \
/audio-mode:1 \ /sound \
/microphone \
-wallpaper \ -wallpaper \
+dynamic-resolution \ +dynamic-resolution \
"$MULTI_FLAG" \ "$MULTI_FLAG" \