Update rendezvous.proto

This commit is contained in:
RustDesk
2026-05-13 18:06:39 +08:00
committed by GitHub
parent f4ef3bca2d
commit c8cbb6be28
+1
View File
@@ -103,6 +103,7 @@ message RegisterPkResponse {
INVALID_ID_FORMAT = 5; INVALID_ID_FORMAT = 5;
NOT_SUPPORT = 6; NOT_SUPPORT = 6;
SERVER_ERROR = 7; SERVER_ERROR = 7;
NOT_DEPLOYED = 8;
} }
Result result = 1; Result result = 1;
int32 keep_alive = 2; int32 keep_alive = 2;