add documentation

This commit is contained in:
Simon Laux
2020-07-17 00:02:04 +02:00
committed by holger krekel
parent 017bdc88dd
commit 8895dc36c7
2 changed files with 7 additions and 0 deletions

View File

@@ -123,6 +123,9 @@ pub enum Config {
/// because we do not want to send a second warning)
NotifyAboutWrongPw,
/// webrtc signaling server (https://github.com/cracker0dks/basicwebrtc) that should be used for calls
/// Format: https://example.com/subdir?token=TOKEN
/// The other properties that are needed for a call such as the roomname will be set in the anchor part of the url.
BasicWebRTCInstance,
}