webrtc-config-setting is just 'webrtc_instance'

This commit is contained in:
B. Petersen
2020-07-21 15:14:29 +02:00
parent e054a49198
commit f3b9f671ba
3 changed files with 9 additions and 17 deletions

View File

@@ -123,12 +123,8 @@ pub enum Config {
/// because we do not want to send a second warning)
NotifyAboutWrongPw,
/// address to webrtc signaling server (https://github.com/cracker0dks/basicwebrtc)
/// that should be used for opening video hangouts.
/// This property is only used in the UIs not by the core itself.
/// Format: https://example.com/subdir
/// The other properties that are needed for a call such as the roomname will be set by the client in the anchor part of the url.
BasicWebrtcInstance,
/// address to webrtc instance to use for videochats
WebrtcInstance,
}
impl Context {