Master rdp embedded improves webcam audio#20
Merged
Conversation
…enhance audio/video support - Removed unnecessary drive redirection logic from the connection setup. - Introduced new audio and webcam parameters from the base transport class to enhance multimedia capabilities. - Simplified the creation of RDP connection parameters by utilizing a dedicated method for building connection data.
…ounds Add unit tests for build_connection_params/as_dict: nested options and redirections, recursive None pruning, audio/mic/drives mapping, webcam payload, SSO credential override and tunnel block. Tighten the webcam fields while at it: quality (1-100) and fps (1-60) now expose validation bounds, and a single-axis size cap is honored (0 means "no cap" on that axis) instead of requiring both dimensions.
dkmstr
approved these changes
Jun 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the signature files for RDP transport scripts on both Linux and macOS systems. The changes involve replacing the existing
.sigfiles for thedirect.jsandtunnel.jsscripts, likely due to updates in the scripts themselves or changes in the signing process. No application logic or source code was modified—only the cryptographic signatures have been updated.Signature file updates:
Linux:
direct.jsinsrc/uds/transports/RDP/scripts/linux/to a new version.tunnel.jsinsrc/uds/transports/RDP/scripts/linux/to a new version.macOS:
direct.jsinsrc/uds/transports/RDP/scripts/macosx/to a new version.