mirror of
https://github.com/chatmail/core.git
synced 2026-09-22 04:58:47 +03:00
docs: update the timeout value in DC_EVENT_CALL_ENDED description
RINGING_SECONDS constant was changed in 3d234e7fc7,
but the documentation was not updated.
This commit is contained in:
@@ -6462,7 +6462,7 @@ void dc_event_unref(dc_event_t* event);
|
||||
|
||||
/**
|
||||
* An incoming or outgoing call was ended using dc_end_call() on this or another device, by caller or callee.
|
||||
* Moreover, the event is sent when the call was not accepted within 1 minute timeout.
|
||||
* Moreover, the event is sent when the call was not accepted within two minutes.
|
||||
*
|
||||
* UI usually only takes action in case call UI was opened before, otherwise the event should be ignored.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user