mirror of
https://github.com/rustdesk/hbb_common.git
synced 2026-04-20 23:30:45 +00:00
feat: add camera connection type
This commit is contained in:
@@ -11,6 +11,7 @@ enum ConnType {
|
||||
FILE_TRANSFER = 1;
|
||||
PORT_FORWARD = 2;
|
||||
RDP = 3;
|
||||
VIEW_CAMERA = 4;
|
||||
}
|
||||
|
||||
message RegisterPeerResponse { bool request_pk = 2; }
|
||||
|
||||
Reference in New Issue
Block a user