mirror of
https://github.com/rustdesk/hbb_common.git
synced 2025-07-03 00:17:17 +00:00
feat: add config option for camera
This commit is contained in:
parent
f8fbf40f98
commit
478db34b29
@ -2212,6 +2212,7 @@ pub mod keys {
|
|||||||
pub const OPTION_ENABLE_KEYBOARD: &str = "enable-keyboard";
|
pub const OPTION_ENABLE_KEYBOARD: &str = "enable-keyboard";
|
||||||
pub const OPTION_ENABLE_CLIPBOARD: &str = "enable-clipboard";
|
pub const OPTION_ENABLE_CLIPBOARD: &str = "enable-clipboard";
|
||||||
pub const OPTION_ENABLE_FILE_TRANSFER: &str = "enable-file-transfer";
|
pub const OPTION_ENABLE_FILE_TRANSFER: &str = "enable-file-transfer";
|
||||||
|
pub const OPTION_ENABLE_CAMERA: &str = "enable-camera";
|
||||||
pub const OPTION_ENABLE_AUDIO: &str = "enable-audio";
|
pub const OPTION_ENABLE_AUDIO: &str = "enable-audio";
|
||||||
pub const OPTION_ENABLE_TUNNEL: &str = "enable-tunnel";
|
pub const OPTION_ENABLE_TUNNEL: &str = "enable-tunnel";
|
||||||
pub const OPTION_ENABLE_REMOTE_RESTART: &str = "enable-remote-restart";
|
pub const OPTION_ENABLE_REMOTE_RESTART: &str = "enable-remote-restart";
|
||||||
@ -2362,6 +2363,7 @@ pub mod keys {
|
|||||||
OPTION_ENABLE_KEYBOARD,
|
OPTION_ENABLE_KEYBOARD,
|
||||||
OPTION_ENABLE_CLIPBOARD,
|
OPTION_ENABLE_CLIPBOARD,
|
||||||
OPTION_ENABLE_FILE_TRANSFER,
|
OPTION_ENABLE_FILE_TRANSFER,
|
||||||
|
OPTION_ENABLE_CAMERA,
|
||||||
OPTION_ENABLE_AUDIO,
|
OPTION_ENABLE_AUDIO,
|
||||||
OPTION_ENABLE_TUNNEL,
|
OPTION_ENABLE_TUNNEL,
|
||||||
OPTION_ENABLE_REMOTE_RESTART,
|
OPTION_ENABLE_REMOTE_RESTART,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user