mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
has_video_initially
This commit is contained in:
@@ -1235,9 +1235,11 @@ uint32_t dc_init_webxdc_integration (dc_context_t* context, uint32_t c
|
||||
* This needs to be a one-to-one chat.
|
||||
* @param place_call_info any data that other devices receive
|
||||
* in #DC_EVENT_INCOMING_CALL.
|
||||
* @param has_video_initially Whether the call has video.
|
||||
* This allows the recipient's client to adjust UX.
|
||||
* @return ID of the system message announcing the call.
|
||||
*/
|
||||
uint32_t dc_place_outgoing_call (dc_context_t* context, uint32_t chat_id, const char* place_call_info);
|
||||
uint32_t dc_place_outgoing_call (dc_context_t* context, uint32_t chat_id, const char* place_call_info, int has_video_initially);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user