add config value BasicWebRTCInstance

This commit is contained in:
Simon Laux
2020-07-15 02:55:45 +02:00
committed by holger krekel
parent 142225f0f4
commit 017bdc88dd

View File

@@ -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 {