File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6609,16 +6609,25 @@ void dc_event_unref(dc_event_t* event);
6609
6609
/**
6610
6610
* The callee accepted an incoming call on another another device using dc_accept_incoming_call().
6611
6611
* The caller gets the event #DC_EVENT_OUTGOING_CALL_ACCEPTED at the same time.
6612
+ *
6613
+ * The event is sent unconditionally when the corresponding message is received.
6614
+ * UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6612
6615
*/
6613
6616
#define DC_EVENT_INCOMING_CALL_ACCEPTED 2560
6614
6617
6615
6618
/**
6616
6619
* A call placed using dc_place_outgoing_call() was accepted by the callee using dc_accept_incoming_call().
6620
+ *
6621
+ * The event is sent unconditionally when the corresponding message is received.
6622
+ * UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6617
6623
*/
6618
6624
#define DC_EVENT_OUTGOING_CALL_ACCEPTED 2570
6619
6625
6620
6626
/**
6621
6627
* An incoming or outgoing call was ended using dc_end_call().
6628
+ *
6629
+ * The event is sent unconditionally when the corresponding message is received.
6630
+ * UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6622
6631
*/
6623
6632
#define DC_EVENT_CALL_ENDED 2580
6624
6633
You can’t perform that action at this time.
0 commit comments