Skip to content

Commit 2b507d0

Browse files
committed
update docs
1 parent 07553c2 commit 2b507d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deltachat-ffi/deltachat.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,8 +1233,8 @@ uint32_t dc_init_webxdc_integration (dc_context_t* context, uint32_t c
12331233
* - callee rejects using dc_end_call(), caller receives #DC_EVENT_CALL_ENDED,
12341234
* callee's other devices receive #DC_EVENT_CALL_ENDED, done.
12351235
* - caller cancels the call using dc_end_call(), callee receives #DC_EVENT_CALL_ENDED, done.
1236-
* - after 2 minutes, caller and callee both should end the call.
1237-
* this is to prevent endless ringing of callee
1236+
* - after 1 minute without action, caller and callee receive #DC_EVENT_CALL_ENDED
1237+
* to prevent endless ringing of callee
12381238
* in case caller got offline without being able to send cancellation message.
12391239
*
12401240
* Actions during the call:

0 commit comments

Comments
 (0)