mirror of
https://github.com/livekit/livekit.git
synced 2026-03-29 13:39:52 +00:00
6 lines
104 B
Go
6 lines
104 B
Go
package agent
|
|
|
|
type Config struct {
|
|
EnableUserDataRecording bool `yaml:"enable_user_data_recording"`
|
|
}
|