mirror of
https://github.com/livekit/livekit.git
synced 2026-05-12 23:15:11 +00:00
060719d17d
* add config for user data recording * missing file * wire * deps
6 lines
104 B
Go
6 lines
104 B
Go
package agent
|
|
|
|
type Config struct {
|
|
EnableUserDataRecording bool `yaml:"enable_user_data_recording"`
|
|
}
|