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:
link2xt
2026-08-28 14:47:55 +00:00
committed by l
parent 2f6f48c2a9
commit 322dd11d99

View File

@@ -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.
*