You've already forked VptPassiveAdapter
config p
This commit is contained in:
@@ -64,6 +64,11 @@ type DisconnectActionConfig struct {
|
||||
Command string `mapstructure:"command"`
|
||||
}
|
||||
|
||||
type PreviewConfig struct {
|
||||
Enabled bool `mapstructure:"enabled"`
|
||||
Resolutions []int `mapstructure:"resolutions"`
|
||||
}
|
||||
|
||||
type MainConfig struct {
|
||||
Api ApiConfig `mapstructure:"api"`
|
||||
Record RecordConfig `mapstructure:"record"`
|
||||
@@ -71,4 +76,5 @@ type MainConfig struct {
|
||||
FileName FileNameConfig `mapstructure:"fileName"`
|
||||
Viid ViidConfig `mapstructure:"viid"`
|
||||
DisconnectAction DisconnectActionConfig `mapstructure:"disconnectAction"`
|
||||
Preview PreviewConfig `mapstructure:"preview"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user