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 @@ -6721,16 +6721,25 @@ void dc_event_unref(dc_event_t* event);
6721
6721
/**
6722
6722
* The callee accepted an incoming call on another another device using dc_accept_incoming_call().
6723
6723
* The caller gets the event #DC_EVENT_OUTGOING_CALL_ACCEPTED at the same time.
6724
+ *
6725
+ * The event is sent unconditionally when the corresponding message is received.
6726
+ * UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6724
6727
*/
6725
6728
#define DC_EVENT_INCOMING_CALL_ACCEPTED 2560
6726
6729
6727
6730
/**
6728
6731
* A call placed using dc_place_outgoing_call() was accepted by the callee using dc_accept_incoming_call().
6732
+ *
6733
+ * The event is sent unconditionally when the corresponding message is received.
6734
+ * UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6729
6735
*/
6730
6736
#define DC_EVENT_OUTGOING_CALL_ACCEPTED 2570
6731
6737
6732
6738
/**
6733
6739
* An incoming or outgoing call was ended using dc_end_call().
6740
+ *
6741
+ * The event is sent unconditionally when the corresponding message is received.
6742
+ * UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6734
6743
*/
6735
6744
#define DC_EVENT_CALL_ENDED 2580
6736
6745
You can’t perform that action at this time.
0 commit comments