Update message.proto

This commit is contained in:
RustDesk 2025-02-20 01:12:25 +08:00 committed by GitHub
parent 4b161a2050
commit 895024221e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@ message LoginRequest {
oneof union {
FileTransfer file_transfer = 7;
PortForward port_forward = 8;
ViewCamera view_camera = 15;
ViewCamera view_camera = 9;
}
bool video_ack_required = 9;
uint64 session_id = 10;