@@ -6670,7 +6670,7 @@ void dc_event_unref(dc_event_t* event);
6670
6670
* Otherwise, ringing should end on #DC_EVENT_CALL_ENDED
6671
6671
* or #DC_EVENT_INCOMING_CALL_ACCEPTED
6672
6672
*
6673
- * @param data1 (int) msg_id ID of the info-message referring to the call,
6673
+ * @param data1 (int) msg_id ID of the info-message referring to the call
6674
6674
*/
6675
6675
#define DC_EVENT_INCOMING_CALL 2550
6676
6676
@@ -6680,6 +6680,8 @@ void dc_event_unref(dc_event_t* event);
6680
6680
*
6681
6681
* The event is sent unconditionally when the corresponding message is received.
6682
6682
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6683
+ *
6684
+ * @param data1 (int) msg_id ID of the info-message referring to the call
6683
6685
*/
6684
6686
#define DC_EVENT_INCOMING_CALL_ACCEPTED 2560
6685
6687
@@ -6688,6 +6690,8 @@ void dc_event_unref(dc_event_t* event);
6688
6690
*
6689
6691
* The event is sent unconditionally when the corresponding message is received.
6690
6692
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6693
+ *
6694
+ * @param data1 (int) msg_id ID of the info-message referring to the call
6691
6695
*/
6692
6696
#define DC_EVENT_OUTGOING_CALL_ACCEPTED 2570
6693
6697
@@ -6696,6 +6700,8 @@ void dc_event_unref(dc_event_t* event);
6696
6700
*
6697
6701
* The event is sent unconditionally when the corresponding message is received.
6698
6702
* UI should only take action in case call UI was opened before, otherwise the event should be ignored.
6703
+ *
6704
+ * @param data1 (int) msg_id ID of the info-message referring to the call
6699
6705
*/
6700
6706
#define DC_EVENT_CALL_ENDED 2580
6701
6707
0 commit comments