Files
livekit/pkg/agent/config.go
Paul Wells 060719d17d add config for user data recording (#3966)
* add config for user data recording

* missing file

* wire

* deps
2025-09-29 14:01:39 -07:00

6 lines
104 B
Go

package agent
type Config struct {
EnableUserDataRecording bool `yaml:"enable_user_data_recording"`
}