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