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 @@ -6680,16 +6680,25 @@ void dc_event_unref(dc_event_t* event);
6680
6680
/**
6681
6681
* The callee accepted an incoming call on another another device using dc_accept_incoming_call().
6682
6682
* The caller gets the event #DC_EVENT_OUTGOING_CALL_ACCEPTED at the same time.
6683
+ *
6684
+ * The event is sent unconditionally when the corresponding message is received.
6685
+ * UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6683
6686
*/
6684
6687
#define DC_EVENT_INCOMING_CALL_ACCEPTED 2560
6685
6688
6686
6689
/**
6687
6690
* A call placed using dc_place_outgoing_call() was accepted by the callee using dc_accept_incoming_call().
6691
+ *
6692
+ * The event is sent unconditionally when the corresponding message is received.
6693
+ * UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6688
6694
*/
6689
6695
#define DC_EVENT_OUTGOING_CALL_ACCEPTED 2570
6690
6696
6691
6697
/**
6692
6698
* An incoming or outgoing call was ended using dc_end_call().
6699
+ *
6700
+ * The event is sent unconditionally when the corresponding message is received.
6701
+ * UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6693
6702
*/
6694
6703
#define DC_EVENT_CALL_ENDED 2580
6695
6704
You can’t perform that action at this time.
0 commit comments