feat: add camera connection type

This commit is contained in:
Adwin White
2025-02-16 18:18:58 +08:00
parent e7d210e03a
commit f8fbf40f98
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ enum ConnType {
FILE_TRANSFER = 1;
PORT_FORWARD = 2;
RDP = 3;
VIEW_CAMERA = 4;
}
message RegisterPeerResponse { bool request_pk = 2; }