@@ -6685,7 +6685,7 @@ void dc_event_unref(dc_event_t* event);
6685
6685
* Otherwise, ringing should end on #DC_EVENT_CALL_ENDED
6686
6686
* or #DC_EVENT_INCOMING_CALL_ACCEPTED
6687
6687
*
6688
- * @param data1 (int) msg_id ID of the info-message referring to the call,
6688
+ * @param data1 (int) msg_id ID of the info-message referring to the call
6689
6689
*/
6690
6690
#define DC_EVENT_INCOMING_CALL 2550
6691
6691
@@ -6695,6 +6695,8 @@ void dc_event_unref(dc_event_t* event);
6695
6695
*
6696
6696
* The event is sent unconditionally when the corresponding message is received.
6697
6697
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6698
+ *
6699
+ * @param data1 (int) msg_id ID of the info-message referring to the call
6698
6700
*/
6699
6701
#define DC_EVENT_INCOMING_CALL_ACCEPTED 2560
6700
6702
@@ -6703,6 +6705,8 @@ void dc_event_unref(dc_event_t* event);
6703
6705
*
6704
6706
* The event is sent unconditionally when the corresponding message is received.
6705
6707
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6708
+ *
6709
+ * @param data1 (int) msg_id ID of the info-message referring to the call
6706
6710
*/
6707
6711
#define DC_EVENT_OUTGOING_CALL_ACCEPTED 2570
6708
6712
@@ -6711,6 +6715,8 @@ void dc_event_unref(dc_event_t* event);
6711
6715
*
6712
6716
* The event is sent unconditionally when the corresponding message is received.
6713
6717
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6718
+ *
6719
+ * @param data1 (int) msg_id ID of the info-message referring to the call
6714
6720
*/
6715
6721
#define DC_EVENT_CALL_ENDED 2580
6716
6722
0 commit comments