mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 01:16:31 +03:00
rename basic_web_rtc_instance to basic_webrtc_instance
This commit is contained in:
@@ -318,7 +318,7 @@ 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 to webrtc signaling server (https://github.com/cracker0dks/basicwebrtc)
|
* - `basic_webrtc_instance` = address to webrtc signaling server (https://github.com/cracker0dks/basicwebrtc)
|
||||||
* that should be used for opening video hangouts.
|
* that should be used for opening video hangouts.
|
||||||
* This property is only used in the UIs not by the core itself.
|
* This property is only used in the UIs not by the core itself.
|
||||||
* Format: https://example.com/subdir
|
* Format: https://example.com/subdir
|
||||||
@@ -842,7 +842,7 @@ uint32_t dc_send_text_msg (dc_context_t* context, uint32_t ch
|
|||||||
/**
|
/**
|
||||||
* Send invitation to a videochat.
|
* Send invitation to a videochat.
|
||||||
*
|
*
|
||||||
* This function reads the `basic_web_rtc_instance` config value,
|
* This function reads the `basic_webrtc_instance` config value,
|
||||||
* may check that the server is working in some way
|
* may check that the server is working in some way
|
||||||
* and creates a unique room for this chat, if needed doing a TOKEN roundtrip for that.
|
* and creates a unique room for this chat, if needed doing a TOKEN roundtrip for that.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -128,7 +128,7 @@ pub enum Config {
|
|||||||
/// This property is only used in the UIs not by the core itself.
|
/// This property is only used in the UIs not by the core itself.
|
||||||
/// Format: https://example.com/subdir
|
/// 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.
|
/// 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,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Context {
|
impl Context {
|
||||||
|
|||||||
Reference in New Issue
Block a user