mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
improve documentation a bit
This commit is contained in:
committed by
holger krekel
parent
8895dc36c7
commit
bb2e8b4392
@@ -318,10 +318,11 @@ char* dc_get_blobdir (const dc_context_t* context);
|
|||||||
* The library uses the `media_quality` setting to use different defaults
|
* The library uses the `media_quality` setting to use different defaults
|
||||||
* for recoding images sent with type DC_MSG_IMAGE.
|
* for recoding images sent with type DC_MSG_IMAGE.
|
||||||
* If needed, recoding other file types is up to the UI.
|
* If needed, recoding other file types is up to the UI.
|
||||||
* - `basic_web_rtc_instance` = address and token to webrtc signaling server (https://github.com/cracker0dks/basicwebrtc)
|
* - `basic_web_rtc_instance` = address to webrtc signaling server (https://github.com/cracker0dks/basicwebrtc)
|
||||||
* that should be used for calls
|
* that should be used for opening video hangouts.
|
||||||
* Format: https://example.com/subdir?token=TOKEN
|
* This property is only used in the UIs not by the core itself.
|
||||||
* The other properties that are needed for a call such as the roomname will be set in the anchor part of the url.
|
* 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.
|
||||||
*
|
*
|
||||||
* If you want to retrieve a value, use dc_get_config().
|
* If you want to retrieve a value, use dc_get_config().
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -123,9 +123,11 @@ pub enum Config {
|
|||||||
/// because we do not want to send a second warning)
|
/// because we do not want to send a second warning)
|
||||||
NotifyAboutWrongPw,
|
NotifyAboutWrongPw,
|
||||||
|
|
||||||
/// webrtc signaling server (https://github.com/cracker0dks/basicwebrtc) that should be used for calls
|
/// address to webrtc signaling server (https://github.com/cracker0dks/basicwebrtc)
|
||||||
/// Format: https://example.com/subdir?token=TOKEN
|
/// that should be used for opening video hangouts.
|
||||||
/// The other properties that are needed for a call such as the roomname will be set in the anchor part of the url.
|
/// 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,
|
BasicWebRTCInstance,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user