This commit is contained in:
RustDesk
2025-06-29 14:08:03 +08:00
committed by GitHub
parent 3454fe8c60
commit 117ea7c341
2 changed files with 70 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ enum ConnType {
PORT_FORWARD = 2;
RDP = 3;
VIEW_CAMERA = 4;
TERMINAL = 5;
}
message RegisterPeerResponse { bool request_pk = 2; }