Skip to main content

o_sfu_core/options/
features.rs

1#[derive(Copy, Clone, Debug, Default, Eq, PartialEq)]
2pub struct RuntimeFeatureFlags {
3    pub transcription: bool,
4    pub audio_recording: bool,
5    pub video_recording: bool,
6}