diff --git a/src/config.rs b/src/config.rs index ddb266e7b..950602da6 100644 --- a/src/config.rs +++ b/src/config.rs @@ -122,6 +122,8 @@ pub enum Config { /// Whether we send a warning if the password is wrong (set to false when we send a warning /// because we do not want to send a second warning) NotifyAboutWrongPw, + + BasicWebRTCInstance, } impl Context {