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 @@ -6665,16 +6665,25 @@ void dc_event_unref(dc_event_t* event);
6665
6665
/**
6666
6666
* The callee accepted an incoming call on another another device using dc_accept_incoming_call().
6667
6667
* The caller gets the event #DC_EVENT_OUTGOING_CALL_ACCEPTED at the same time.
6668
+ *
6669
+ * The event is sent unconditionally when the corresponding message is received.
6670
+ * UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6668
6671
*/
6669
6672
#define DC_EVENT_INCOMING_CALL_ACCEPTED 2560
6670
6673
6671
6674
/**
6672
6675
* A call placed using dc_place_outgoing_call() was accepted by the callee using dc_accept_incoming_call().
6676
+ *
6677
+ * The event is sent unconditionally when the corresponding message is received.
6678
+ * UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6673
6679
*/
6674
6680
#define DC_EVENT_OUTGOING_CALL_ACCEPTED 2570
6675
6681
6676
6682
/**
6677
6683
* An incoming or outgoing call was ended using dc_end_call().
6684
+ *
6685
+ * The event is sent unconditionally when the corresponding message is received.
6686
+ * UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6678
6687
*/
6679
6688
#define DC_EVENT_CALL_ENDED 2580
6680
6689
You can’t perform that action at this time.
0 commit comments